Html Css Color HEX #CC815C Burning Sand

📋 copy color: '#CC815C'

red 204 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #CC815C

Tints of Burning Sand #CC815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 48%
G = 30.35%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC815C (or 0xCC815C) is known color: Burning Sand. HEX triplet: CC, 81 and 5C. RGB value is (204,129,92). Sum of RGB (Red+Green+Blue) = 204+129+92=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815C is #337EA3. Grayscale: #939393. Windows color (decimal): -3374756 or 6062540. OLE color: 6062540.

HSL color Cylindrical-coordinate representation of color #CC815C: hue angle of 19.82º degrees, saturation: 0.52, 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 #CC815C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 92 -
CMYK 0 0.37 0.55 0.2
HSL 19.82º 0.52% 0.58% -
HSV(B) 19.82º 0.55% 0.8% -
XYZ 34.68 29.31 13.95 -
YUV 147.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 204 129 92 0 0.37 0.55 0.2 19.82 0.52 0.58
Hex CC 81 5C 0 25 37 14 14 34 3A
Octal 314 201 134 0 45 67 24 24 64 72
Binary 11001100 10000001 1011100 0 100101 110111 10100 10100 110100 111010

Color Harmonies of #CC815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC815C

Black with #CC815C

Text Example


Text Example

White with #CC815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC815C; }

 p { color: rgb(204,129,92); }

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

background-color css

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

 a { background-color: rgb(204,129,92); }

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

border-color css

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

 span { border-color: rgb(204,129,92); }

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