Html Css Color HEX #CC876B Burning Sand

📋 copy color: '#CC876B'

red 204 ◦ green 135 ◦ blue 107

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

Shades of Burning Sand #CC876B

Tints of Burning Sand #CC876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 45.74%
G = 30.27%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC876B (or 0xCC876B) is known color: Burning Sand. HEX triplet: CC, 87 and 6B. RGB value is (204,135,107). Sum of RGB (Red+Green+Blue) = 204+135+107=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC876B is #337894. Grayscale: #989898. Windows color (decimal): -3373205 or 7047116. OLE color: 7047116.

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

Color convert

RGB 204 135 107 -
CMYK 0 0.34 0.48 0.2
HSL 17.32º 0.49% 0.61% -
HSV(B) 17.32º 0.48% 0.8% -
XYZ 36.22 31.23 18.03 -
YUV 152.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 204 135 107 0 0.34 0.48 0.2 17.32 0.49 0.61
Hex CC 87 6B 0 22 30 14 11 31 3D
Octal 314 207 153 0 42 60 24 21 61 75
Binary 11001100 10000111 1101011 0 100010 110000 10100 10001 110001 111101

Color Harmonies of #CC876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC876B

Black with #CC876B

Text Example


Text Example

White with #CC876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC876B; }

 p { color: rgb(204,135,107); }

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

background-color css

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

 a { background-color: rgb(204,135,107); }

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

border-color css

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

 span { border-color: rgb(204,135,107); }

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