Html Css Color HEX #CC815B Burning Sand

📋 copy color: '#CC815B'

red 204 ◦ green 129 ◦ blue 91

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

Shades of Burning Sand #CC815B

Tints of Burning Sand #CC815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 48.11%
G = 30.42%
B = 21.46%

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

#CC815B (or 0xCC815B) is known color: Burning Sand. HEX triplet: CC, 81 and 5B. RGB value is (204,129,91). Sum of RGB (Red+Green+Blue) = 204+129+91=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815B is #337EA4. Grayscale: #939393. Windows color (decimal): -3374757 or 5997004. OLE color: 5997004.

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

Color convert

RGB 204 129 91 -
CMYK 0 0.37 0.55 0.2
HSL 20.18º 0.53% 0.58% -
HSV(B) 20.18º 0.55% 0.8% -
XYZ 34.64 29.29 13.73 -
YUV 147.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 204 129 91 0 0.37 0.55 0.2 20.18 0.53 0.58
Hex CC 81 5B 0 25 37 14 14 35 3A
Octal 314 201 133 0 45 67 24 24 65 72
Binary 11001100 10000001 1011011 0 100101 110111 10100 10100 110101 111010

Color Harmonies of #CC815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC815B

Black with #CC815B

Text Example


Text Example

White with #CC815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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