Html Css Color HEX #CC855F Burning Sand

📋 copy color: '#CC855F'

red 204 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #CC855F

Tints of Burning Sand #CC855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 47.22%
G = 30.79%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC855F (or 0xCC855F) is known color: Burning Sand. HEX triplet: CC, 85 and 5F. RGB value is (204,133,95). Sum of RGB (Red+Green+Blue) = 204+133+95=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC855F is #337AA0. Grayscale: #969696. Windows color (decimal): -3373729 or 6260172. OLE color: 6260172.

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

Color convert

RGB 204 133 95 -
CMYK 0 0.35 0.53 0.2
HSL 20.92º 0.52% 0.59% -
HSV(B) 20.92º 0.53% 0.8% -
XYZ 35.35 30.44 14.84 -
YUV 149.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 204 133 95 0 0.35 0.53 0.2 20.92 0.52 0.59
Hex CC 85 5F 0 23 35 14 15 34 3B
Octal 314 205 137 0 43 65 24 25 64 73
Binary 11001100 10000101 1011111 0 100011 110101 10100 10101 110100 111011

Color Harmonies of #CC855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC855F

Black with #CC855F

Text Example


Text Example

White with #CC855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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