Html Css Color HEX #CC855B Burning Sand

📋 copy color: '#CC855B'

red 204 ◦ green 133 ◦ blue 91

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

Shades of Burning Sand #CC855B

Tints of Burning Sand #CC855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 47.66%
G = 31.07%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC855B (or 0xCC855B) is known color: Burning Sand. HEX triplet: CC, 85 and 5B. RGB value is (204,133,91). Sum of RGB (Red+Green+Blue) = 204+133+91=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC855B is #337AA4. Grayscale: #959595. Windows color (decimal): -3373733 or 5998028. OLE color: 5998028.

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

Color convert

RGB 204 133 91 -
CMYK 0 0.35 0.55 0.2
HSL 22.3º 0.53% 0.58% -
HSV(B) 22.3º 0.55% 0.8% -
XYZ 35.18 30.37 13.91 -
YUV 149.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 204 133 91 0 0.35 0.55 0.2 22.3 0.53 0.58
Hex CC 85 5B 0 23 37 14 16 35 3A
Octal 314 205 133 0 43 67 24 26 65 72
Binary 11001100 10000101 1011011 0 100011 110111 10100 10110 110101 111010

Color Harmonies of #CC855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC855B

Black with #CC855B

Text Example


Text Example

White with #CC855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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