#CC7A46

Color #CC7A46 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CC7A46

Tints of Raw Sienna #CC7A46

Color information

#CC7A46 (or 0xCC7A46) is unknown color: approx Raw Sienna. HEX triplet: CC, 7A and 46. RGB value is (204,122,70). Sum of RGB (Red+Green+Blue) = 204+122+70=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A46 is #3385B9. Grayscale: #8C8C8C. Windows color (decimal): -3376570 or 4618956. OLE color: 4618956.

HSL color Cylindrical-coordinate representation of color #CC7A46: hue angle of 23.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC7A46 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20412270-
CMYK00.400.660.2
HSL23.28º56.78%53.73%-
HSV(B)23.28º65.69%80%-
XYZ32.9727.29.31-
YUV140.5988.17173.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=51.52%
G=30.81%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041227000.400.660.223.2856.7853.73
HexCC7A460284214173936
Octal31417210605010224277166
Binary1100110011110101000110010100010000101010010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A46; }

 p { color: rgb(204,122,70); }

 H1.HeaderClassName
 {
   color: #CC7A46;
 }
 .AnyTagClassName
 {
   color: #CC7A46;
 }
</style>
background-color css

<style>
 a { background-color: #CC7A46; }

 a { background-color: rgb(204,122,70); }

 div.DivClassName
 {
   background-color: #CC7A46;
 }
 .BgClassName
 {
   background-color: #CC7A46;
 }
</style>
border-color css

<style>
 span { border-color: #CC7A46; }

 span { border-color: rgb(204,122,70); }

 td.TdClassName
 {
   border-color: #CC7A46;
 }
 .TagClassName
 {
   border-color: #CC7A46;
 }
</style>