Html Css Color HEX #CD815C Burning Sand

📋 copy color: '#CD815C'

red 205 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #CD815C

Tints of Burning Sand #CD815C

RGB

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

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

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

R = 48.12%
G = 30.28%
B = 21.6%

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

#CD815C (or 0xCD815C) is known color: Burning Sand. HEX triplet: CD, 81 and 5C. RGB value is (205,129,92). Sum of RGB (Red+Green+Blue) = 205+129+92=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD815C is #327EA3. Grayscale: #939393. Windows color (decimal): -3309220 or 6062541. OLE color: 6062541.

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

Color convert

RGB 205 129 92 -
CMYK 0 0.37 0.55 0.20
HSL 19.65º 0.53% 0.58% -
HSV(B) 19.65º 0.55% 0.8% -
XYZ 34.96 29.45 13.97 -
YUV 147.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 205 129 92 0 0.37 0.55 0.20 19.65 0.53 0.58
Hex CD 81 5C 0 25 37 14 14 35 3A
Octal 315 201 134 0 45 67 24 24 65 72
Binary 11001101 10000001 1011100 0 100101 110111 10100 10100 110101 111010

Color Harmonies of #CD815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD815C

Black with #CD815C

Text Example


Text Example

White with #CD815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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