Html Css Color HEX #CD815D Burning Sand

📋 copy color: '#CD815D'

red 205 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #CD815D

Tints of Burning Sand #CD815D

RGB

 RED value IS 205 (80.47% from 255) = 48.01%

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

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

R = 48.01%
G = 30.21%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD815D (or 0xCD815D) is known color: Burning Sand. HEX triplet: CD, 81 and 5D. RGB value is (205,129,93). Sum of RGB (Red+Green+Blue) = 205+129+93=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD815D is #327EA2. Grayscale: #939393. Windows color (decimal): -3309219 or 6128077. OLE color: 6128077.

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

Color convert

RGB 205 129 93 -
CMYK 0 0.37 0.55 0.20
HSL 19.29º 0.53% 0.58% -
HSV(B) 19.29º 0.55% 0.8% -
XYZ 35 29.47 14.2 -
YUV 147.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 205 129 93 0 0.37 0.55 0.20 19.29 0.53 0.58
Hex CD 81 5D 0 25 37 14 13 35 3A
Octal 315 201 135 0 45 67 24 23 65 72
Binary 11001101 10000001 1011101 0 100101 110111 10100 10011 110101 111010

Color Harmonies of #CD815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD815D

Black with #CD815D

Text Example


Text Example

White with #CD815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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