Html Css Color HEX #CC804B Raw Sienna

📋 copy color: '#CC804B'

red 204 ◦ green 128 ◦ blue 75

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

Shades of Raw Sienna #CC804B

Tints of Raw Sienna #CC804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 50.12%
G = 31.45%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC804B (or 0xCC804B) is known color: Raw Sienna. HEX triplet: CC, 80 and 4B. RGB value is (204,128,75). Sum of RGB (Red+Green+Blue) = 204+128+75=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC804B is #337FB4. Grayscale: #909090. Windows color (decimal): -3375029 or 4948172. OLE color: 4948172.

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

Color convert

RGB 204 128 75 -
CMYK 0 0.37 0.63 0.2
HSL 24.65º 0.56% 0.55% -
HSV(B) 24.65º 0.63% 0.8% -
XYZ 33.89 28.78 10.43 -
YUV 144.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 204 128 75 0 0.37 0.63 0.2 24.65 0.56 0.55
Hex CC 80 4B 0 25 3F 14 19 38 37
Octal 314 200 113 0 45 77 24 31 70 67
Binary 11001100 10000000 1001011 0 100101 111111 10100 11001 111000 110111

Color Harmonies of #CC804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC804B

Black with #CC804B

Text Example


Text Example

White with #CC804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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