Html Css Color HEX #CC886C Burning Sand

📋 copy color: '#CC886C'

red 204 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #CC886C

Tints of Burning Sand #CC886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 45.54%
G = 30.36%
B = 24.11%

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

#CC886C (or 0xCC886C) is known color: Burning Sand. HEX triplet: CC, 88 and 6C. RGB value is (204,136,108). Sum of RGB (Red+Green+Blue) = 204+136+108=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886C is #337793. Grayscale: #999999. Windows color (decimal): -3372948 or 7112908. OLE color: 7112908.

HSL color Cylindrical-coordinate representation of color #CC886C: hue angle of 17.5º 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 #CC886C is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 108 -
CMYK 0 0.33 0.47 0.2
HSL 17.5º 0.48% 0.61% -
HSV(B) 17.5º 0.47% 0.8% -
XYZ 36.41 31.53 18.35 -
YUV 153.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 204 136 108 0 0.33 0.47 0.2 17.5 0.48 0.61
Hex CC 88 6C 0 21 2F 14 12 30 3D
Octal 314 210 154 0 41 57 24 22 60 75
Binary 11001100 10001000 1101100 0 100001 101111 10100 10010 110000 111101

Color Harmonies of #CC886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC886C

Black with #CC886C

Text Example


Text Example

White with #CC886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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