Html Css Color HEX #CC804F Raw Sienna

📋 copy color: '#CC804F'

red 204 ◦ green 128 ◦ blue 79

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

Shades of Raw Sienna #CC804F

Tints of Raw Sienna #CC804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.22%

R = 49.64%
G = 31.14%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC804F (or 0xCC804F) is known color: Raw Sienna. HEX triplet: CC, 80 and 4F. RGB value is (204,128,79). Sum of RGB (Red+Green+Blue) = 204+128+79=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC804F is #337FB0. Grayscale: #919191. Windows color (decimal): -3375025 or 5210316. OLE color: 5210316.

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

Color convert

RGB 204 128 79 -
CMYK 0 0.37 0.61 0.2
HSL 23.52º 0.55% 0.55% -
HSV(B) 23.52º 0.61% 0.8% -
XYZ 34.03 28.84 11.17 -
YUV 145.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 204 128 79 0 0.37 0.61 0.2 23.52 0.55 0.55
Hex CC 80 4F 0 25 3D 14 18 37 37
Octal 314 200 117 0 45 75 24 30 67 67
Binary 11001100 10000000 1001111 0 100101 111101 10100 11000 110111 110111

Color Harmonies of #CC804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC804F

Black with #CC804F

Text Example


Text Example

White with #CC804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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