Html Css Color HEX #CC876F Burning Sand

📋 copy color: '#CC876F'

red 204 ◦ green 135 ◦ blue 111

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

Shades of Burning Sand #CC876F

Tints of Burning Sand #CC876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 45.33%
G = 30%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC876F (or 0xCC876F) is known color: Burning Sand. HEX triplet: CC, 87 and 6F. RGB value is (204,135,111). Sum of RGB (Red+Green+Blue) = 204+135+111=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC876F is #337890. Grayscale: #999999. Windows color (decimal): -3373201 or 7309260. OLE color: 7309260.

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

Color convert

RGB 204 135 111 -
CMYK 0 0.34 0.46 0.2
HSL 15.48º 0.48% 0.62% -
HSV(B) 15.48º 0.46% 0.8% -
XYZ 36.44 31.31 19.16 -
YUV 152.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 204 135 111 0 0.34 0.46 0.2 15.48 0.48 0.62
Hex CC 87 6F 0 22 2E 14 F 30 3E
Octal 314 207 157 0 42 56 24 17 60 76
Binary 11001100 10000111 1101111 0 100010 101110 10100 1111 110000 111110

Color Harmonies of #CC876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC876F

Black with #CC876F

Text Example


Text Example

White with #CC876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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