Html Css Color HEX #CC866C Burning Sand

📋 copy color: '#CC866C'

red 204 ◦ green 134 ◦ blue 108

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

Shades of Burning Sand #CC866C

Tints of Burning Sand #CC866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

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

R = 45.74%
G = 30.04%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC866C (or 0xCC866C) is known color: Burning Sand. HEX triplet: CC, 86 and 6C. RGB value is (204,134,108). Sum of RGB (Red+Green+Blue) = 204+134+108=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC866C is #337993. Grayscale: #989898. Windows color (decimal): -3373460 or 7112396. OLE color: 7112396.

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

Color convert

RGB 204 134 108 -
CMYK 0 0.34 0.47 0.2
HSL 16.25º 0.48% 0.61% -
HSV(B) 16.25º 0.47% 0.8% -
XYZ 36.13 30.97 18.26 -
YUV 151.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 204 134 108 0 0.34 0.47 0.2 16.25 0.48 0.61
Hex CC 86 6C 0 22 2F 14 10 30 3D
Octal 314 206 154 0 42 57 24 20 60 75
Binary 11001100 10000110 1101100 0 100010 101111 10100 10000 110000 111101

Color Harmonies of #CC866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC866C

Black with #CC866C

Text Example


Text Example

White with #CC866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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