Html Css Color HEX #CC886D Burning Sand

📋 copy color: '#CC886D'

red 204 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #CC886D

Tints of Burning Sand #CC886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 45.43%
G = 30.29%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC886D (or 0xCC886D) is known color: Burning Sand. HEX triplet: CC, 88 and 6D. RGB value is (204,136,109). Sum of RGB (Red+Green+Blue) = 204+136+109=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886D is #337792. Grayscale: #999999. Windows color (decimal): -3372947 or 7178444. OLE color: 7178444.

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

Color convert

RGB 204 136 109 -
CMYK 0 0.33 0.47 0.2
HSL 17.05º 0.48% 0.61% -
HSV(B) 17.05º 0.47% 0.8% -
XYZ 36.47 31.55 18.64 -
YUV 153.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 204 136 109 0 0.33 0.47 0.2 17.05 0.48 0.61
Hex CC 88 6D 0 21 2F 14 11 30 3D
Octal 314 210 155 0 41 57 24 21 60 75
Binary 11001100 10001000 1101101 0 100001 101111 10100 10001 110000 111101

Color Harmonies of #CC886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC886D

Black with #CC886D

Text Example


Text Example

White with #CC886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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