Html Css Color HEX #CC885F Burning Sand

📋 copy color: '#CC885F'

red 204 ◦ green 136 ◦ blue 95

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

Shades of Burning Sand #CC885F

Tints of Burning Sand #CC885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 46.9%
G = 31.26%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC885F (or 0xCC885F) is known color: Burning Sand. HEX triplet: CC, 88 and 5F. RGB value is (204,136,95). Sum of RGB (Red+Green+Blue) = 204+136+95=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC885F is #3377A0. Grayscale: #979797. Windows color (decimal): -3372961 or 6260940. OLE color: 6260940.

HSL color Cylindrical-coordinate representation of color #CC885F: hue angle of 22.57º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC885F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 95 -
CMYK 0 0.33 0.53 0.2
HSL 22.57º 0.52% 0.59% -
HSV(B) 22.57º 0.53% 0.8% -
XYZ 35.77 31.27 14.98 -
YUV 151.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 204 136 95 0 0.33 0.53 0.2 22.57 0.52 0.59
Hex CC 88 5F 0 21 35 14 17 34 3B
Octal 314 210 137 0 41 65 24 27 64 73
Binary 11001100 10001000 1011111 0 100001 110101 10100 10111 110100 111011

Color Harmonies of #CC885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC885F

Black with #CC885F

Text Example


Text Example

White with #CC885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC885F; }

 p { color: rgb(204,136,95); }

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

background-color css

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

 a { background-color: rgb(204,136,95); }

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

border-color css

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

 span { border-color: rgb(204,136,95); }

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