Html Css Color HEX #CC856C Burning Sand

📋 copy color: '#CC856C'

red 204 ◦ green 133 ◦ blue 108

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

Shades of Burning Sand #CC856C

Tints of Burning Sand #CC856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 45.84%
G = 29.89%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC856C (or 0xCC856C) is known color: Burning Sand. HEX triplet: CC, 85 and 6C. RGB value is (204,133,108). Sum of RGB (Red+Green+Blue) = 204+133+108=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856C is #337A93. Grayscale: #979797. Windows color (decimal): -3373716 or 7112140. OLE color: 7112140.

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

Color convert

RGB 204 133 108 -
CMYK 0 0.35 0.47 0.2
HSL 15.63º 0.48% 0.61% -
HSV(B) 15.63º 0.47% 0.8% -
XYZ 36 30.7 18.21 -
YUV 151.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 204 133 108 0 0.35 0.47 0.2 15.63 0.48 0.61
Hex CC 85 6C 0 23 2F 14 10 30 3D
Octal 314 205 154 0 43 57 24 20 60 75
Binary 11001100 10000101 1101100 0 100011 101111 10100 10000 110000 111101

Color Harmonies of #CC856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC856C

Black with #CC856C

Text Example


Text Example

White with #CC856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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