Html Css Color HEX #CC8358 Burning Sand

📋 copy color: '#CC8358'

red 204 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #CC8358

Tints of Burning Sand #CC8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 48.23%
G = 30.97%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC8358 (or 0xCC8358) is known color: Burning Sand. HEX triplet: CC, 83 and 58. RGB value is (204,131,88). Sum of RGB (Red+Green+Blue) = 204+131+88=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8358 is #337CA7. Grayscale: #949494. Windows color (decimal): -3374248 or 5800908. OLE color: 5800908.

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

Color convert

RGB 204 131 88 -
CMYK 0 0.36 0.57 0.2
HSL 22.24º 0.53% 0.57% -
HSV(B) 22.24º 0.57% 0.8% -
XYZ 34.78 29.77 13.15 -
YUV 147.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 204 131 88 0 0.36 0.57 0.2 22.24 0.53 0.57
Hex CC 83 58 0 24 39 14 16 35 39
Octal 314 203 130 0 44 71 24 26 65 71
Binary 11001100 10000011 1011000 0 100100 111001 10100 10110 110101 111001

Color Harmonies of #CC8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8358

Black with #CC8358

Text Example


Text Example

White with #CC8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8358; }

 p { color: rgb(204,131,88); }

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

background-color css

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

 a { background-color: rgb(204,131,88); }

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

border-color css

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

 span { border-color: rgb(204,131,88); }

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