Html Css Color HEX #CC8252 Raw Sienna

📋 copy color: '#CC8252'

red 204 ◦ green 130 ◦ blue 82

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

Shades of Raw Sienna #CC8252

Tints of Raw Sienna #CC8252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 49.04%
G = 31.25%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC8252 (or 0xCC8252) is known color: Raw Sienna. HEX triplet: CC, 82 and 52. RGB value is (204,130,82). Sum of RGB (Red+Green+Blue) = 204+130+82=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8252 is #337DAD. Grayscale: #929292. Windows color (decimal): -3374510 or 5407436. OLE color: 5407436.

HSL color Cylindrical-coordinate representation of color #CC8252: hue angle of 23.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8252 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 82 -
CMYK 0 0.36 0.60 0.2
HSL 23.61º 0.54% 0.56% -
HSV(B) 23.61º 0.6% 0.8% -
XYZ 34.41 29.41 11.85 -
YUV 146.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 204 130 82 0 0.36 0.60 0.2 23.61 0.54 0.56
Hex CC 82 52 0 24 3C 14 18 36 38
Octal 314 202 122 0 44 74 24 30 66 70
Binary 11001100 10000010 1010010 0 100100 111100 10100 11000 110110 111000

Color Harmonies of #CC8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8252

Black with #CC8252

Text Example


Text Example

White with #CC8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8252; }

 p { color: rgb(204,130,82); }

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

background-color css

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

 a { background-color: rgb(204,130,82); }

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

border-color css

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

 span { border-color: rgb(204,130,82); }

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