Html Css Color HEX #CC845D Burning Sand

📋 copy color: '#CC845D'

red 204 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #CC845D

Tints of Burning Sand #CC845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 47.55%
G = 30.77%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC845D (or 0xCC845D) is known color: Burning Sand. HEX triplet: CC, 84 and 5D. RGB value is (204,132,93). Sum of RGB (Red+Green+Blue) = 204+132+93=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845D is #337BA2. Grayscale: #959595. Windows color (decimal): -3373987 or 6128844. OLE color: 6128844.

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

Color convert

RGB 204 132 93 -
CMYK 0 0.35 0.54 0.2
HSL 21.08º 0.52% 0.58% -
HSV(B) 21.08º 0.54% 0.8% -
XYZ 35.13 30.13 14.32 -
YUV 149.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 204 132 93 0 0.35 0.54 0.2 21.08 0.52 0.58
Hex CC 84 5D 0 23 36 14 15 34 3A
Octal 314 204 135 0 43 66 24 25 64 72
Binary 11001100 10000100 1011101 0 100011 110110 10100 10101 110100 111010

Color Harmonies of #CC845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC845D

Black with #CC845D

Text Example


Text Example

White with #CC845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC845D; }

 p { color: rgb(204,132,93); }

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

background-color css

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

 a { background-color: rgb(204,132,93); }

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

border-color css

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

 span { border-color: rgb(204,132,93); }

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