Html Css Color HEX #CC804E Raw Sienna

📋 copy color: '#CC804E'

red 204 ◦ green 128 ◦ blue 78

#CC804E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Sienna #CC804E

Tints of Raw Sienna #CC804E

RGB

 RED value IS 204 (80.08% from 255) = 49.76%

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 78 (30.86% from 255) = 19.02%

R = 49.76%
G = 31.22%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC804E (or 0xCC804E) is known color: Raw Sienna. HEX triplet: CC, 80 and 4E. RGB value is (204,128,78). Sum of RGB (Red+Green+Blue) = 204+128+78=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC804E is #337FB1. Grayscale: #919191. Windows color (decimal): -3375026 or 5144780. OLE color: 5144780.

HSL color Cylindrical-coordinate representation of color #CC804E: hue angle of 23.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC804E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 78 -
CMYK 0 0.37 0.62 0.2
HSL 23.81º 0.55% 0.55% -
HSV(B) 23.81º 0.62% 0.8% -
XYZ 34 28.83 10.98 -
YUV 145.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 204 128 78 0 0.37 0.62 0.2 23.81 0.55 0.55
Hex CC 80 4E 0 25 3E 14 18 37 37
Octal 314 200 116 0 45 76 24 30 67 67
Binary 11001100 10000000 1001110 0 100101 111110 10100 11000 110111 110111

Color Harmonies of #CC804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC804E

Black with #CC804E

Text Example


Text Example

White with #CC804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC804E; }

 p { color: rgb(204,128,78); }

 H1.HeaderClassName
 {
   color: #CC804E;
 }
 .AnyTagClassName
 {
   color: #CC804E;
 }
</style>

background-color css

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

 a { background-color: rgb(204,128,78); }

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

border-color css

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

 span { border-color: rgb(204,128,78); }

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