Html Css Color HEX #CC875D Burning Sand

📋 copy color: '#CC875D'

red 204 ◦ green 135 ◦ blue 93

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

Shades of Burning Sand #CC875D

Tints of Burning Sand #CC875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 47.22%
G = 31.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC875D (or 0xCC875D) is known color: Burning Sand. HEX triplet: CC, 87 and 5D. RGB value is (204,135,93). Sum of RGB (Red+Green+Blue) = 204+135+93=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC875D is #3378A2. Grayscale: #979797. Windows color (decimal): -3373219 or 6129612. OLE color: 6129612.

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

Color convert

RGB 204 135 93 -
CMYK 0 0.34 0.54 0.2
HSL 22.7º 0.52% 0.58% -
HSV(B) 22.7º 0.54% 0.8% -
XYZ 35.54 30.96 14.46 -
YUV 150.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 204 135 93 0 0.34 0.54 0.2 22.7 0.52 0.58
Hex CC 87 5D 0 22 36 14 17 34 3A
Octal 314 207 135 0 42 66 24 27 64 72
Binary 11001100 10000111 1011101 0 100010 110110 10100 10111 110100 111010

Color Harmonies of #CC875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC875D

Black with #CC875D

Text Example


Text Example

White with #CC875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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