Html Css Color HEX #CC815A Burning Sand

📋 copy color: '#CC815A'

red 204 ◦ green 129 ◦ blue 90

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

Shades of Burning Sand #CC815A

Tints of Burning Sand #CC815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 48.23%
G = 30.5%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC815A (or 0xCC815A) is known color: Burning Sand. HEX triplet: CC, 81 and 5A. RGB value is (204,129,90). Sum of RGB (Red+Green+Blue) = 204+129+90=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815A is #337EA5. Grayscale: #939393. Windows color (decimal): -3374758 or 5931468. OLE color: 5931468.

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

Color convert

RGB 204 129 90 -
CMYK 0 0.37 0.56 0.2
HSL 20.53º 0.53% 0.58% -
HSV(B) 20.53º 0.56% 0.8% -
XYZ 34.6 29.28 13.5 -
YUV 146.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 204 129 90 0 0.37 0.56 0.2 20.53 0.53 0.58
Hex CC 81 5A 0 25 38 14 15 35 3A
Octal 314 201 132 0 45 70 24 25 65 72
Binary 11001100 10000001 1011010 0 100101 111000 10100 10101 110101 111010

Color Harmonies of #CC815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC815A

Black with #CC815A

Text Example


Text Example

White with #CC815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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