Html Css Color HEX #CC8457 Burning Sand

📋 copy color: '#CC8457'

red 204 ◦ green 132 ◦ blue 87

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

Shades of Burning Sand #CC8457

Tints of Burning Sand #CC8457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 48.23%
G = 31.21%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC8457 (or 0xCC8457) is known color: Burning Sand. HEX triplet: CC, 84 and 57. RGB value is (204,132,87). Sum of RGB (Red+Green+Blue) = 204+132+87=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8457 is #337BA8. Grayscale: #949494. Windows color (decimal): -3373993 or 5735628. OLE color: 5735628.

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

Color convert

RGB 204 132 87 -
CMYK 0 0.35 0.57 0.2
HSL 23.08º 0.53% 0.57% -
HSV(B) 23.08º 0.57% 0.8% -
XYZ 34.87 30.03 12.97 -
YUV 148.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 204 132 87 0 0.35 0.57 0.2 23.08 0.53 0.57
Hex CC 84 57 0 23 39 14 17 35 39
Octal 314 204 127 0 43 71 24 27 65 71
Binary 11001100 10000100 1010111 0 100011 111001 10100 10111 110101 111001

Color Harmonies of #CC8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8457

Black with #CC8457

Text Example


Text Example

White with #CC8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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