Html Css Color HEX #CC856B Burning Sand

📋 copy color: '#CC856B'

red 204 ◦ green 133 ◦ blue 107

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

Shades of Burning Sand #CC856B

Tints of Burning Sand #CC856B

RGB

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

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

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

R = 45.95%
G = 29.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC856B (or 0xCC856B) is known color: Burning Sand. HEX triplet: CC, 85 and 6B. RGB value is (204,133,107). Sum of RGB (Red+Green+Blue) = 204+133+107=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856B is #337A94. Grayscale: #979797. Windows color (decimal): -3373717 or 7046604. OLE color: 7046604.

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

Color convert

RGB 204 133 107 -
CMYK 0 0.35 0.48 0.2
HSL 16.08º 0.49% 0.61% -
HSV(B) 16.08º 0.48% 0.8% -
XYZ 35.94 30.67 17.94 -
YUV 151.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 204 133 107 0 0.35 0.48 0.2 16.08 0.49 0.61
Hex CC 85 6B 0 23 30 14 10 31 3D
Octal 314 205 153 0 43 60 24 20 61 75
Binary 11001100 10000101 1101011 0 100011 110000 10100 10000 110001 111101

Color Harmonies of #CC856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC856B

Black with #CC856B

Text Example


Text Example

White with #CC856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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