Html Css Color HEX #CC856D Burning Sand

📋 copy color: '#CC856D'

red 204 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #CC856D

Tints of Burning Sand #CC856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 45.74%
G = 29.82%
B = 24.44%

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

#CC856D (or 0xCC856D) is known color: Burning Sand. HEX triplet: CC, 85 and 6D. RGB value is (204,133,109). Sum of RGB (Red+Green+Blue) = 204+133+109=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856D is #337A92. Grayscale: #979797. Windows color (decimal): -3373715 or 7177676. OLE color: 7177676.

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

Color convert

RGB 204 133 109 -
CMYK 0 0.35 0.47 0.2
HSL 15.16º 0.48% 0.61% -
HSV(B) 15.16º 0.47% 0.8% -
XYZ 36.05 30.72 18.5 -
YUV 151.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 204 133 109 0 0.35 0.47 0.2 15.16 0.48 0.61
Hex CC 85 6D 0 23 2F 14 F 30 3D
Octal 314 205 155 0 43 57 24 17 60 75
Binary 11001100 10000101 1101101 0 100011 101111 10100 1111 110000 111101

Color Harmonies of #CC856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC856D

Black with #CC856D

Text Example


Text Example

White with #CC856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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