Html Css Color HEX #CC815D Burning Sand

📋 copy color: '#CC815D'

red 204 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #CC815D

Tints of Burning Sand #CC815D

RGB

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

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

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

R = 47.89%
G = 30.28%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC815D (or 0xCC815D) is known color: Burning Sand. HEX triplet: CC, 81 and 5D. RGB value is (204,129,93). Sum of RGB (Red+Green+Blue) = 204+129+93=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815D is #337EA2. Grayscale: #939393. Windows color (decimal): -3374755 or 6128076. OLE color: 6128076.

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

Color convert

RGB 204 129 93 -
CMYK 0 0.37 0.54 0.2
HSL 19.46º 0.52% 0.58% -
HSV(B) 19.46º 0.54% 0.8% -
XYZ 34.73 29.33 14.19 -
YUV 147.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 204 129 93 0 0.37 0.54 0.2 19.46 0.52 0.58
Hex CC 81 5D 0 25 36 14 13 34 3A
Octal 314 201 135 0 45 66 24 23 64 72
Binary 11001100 10000001 1011101 0 100101 110110 10100 10011 110100 111010

Color Harmonies of #CC815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC815D

Black with #CC815D

Text Example


Text Example

White with #CC815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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