#CD7C5A

Color #CD7C5A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CD7C5A

Tints of Burning Sand #CD7C5A

Color information

#CD7C5A (or 0xCD7C5A) is unknown color: approx Burning Sand. HEX triplet: CD, 7C and 5A. RGB value is (205,124,90). Sum of RGB (Red+Green+Blue) = 205+124+90=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C5A is #3283A5. Grayscale: #909090. Windows color (decimal): -3310502 or 5930189. OLE color: 5930189.

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

Color convert

RGB20512490-
CMYK00.400.560.20
HSL17.74º53.49%57.84%-
HSV(B)17.74º56.1%80.39%-
XYZ34.2328.1313.3-
YUV144.3497.34171.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=48.93%
G=29.59%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051249000.400.560.2017.7453.4957.84
HexCD7C5A028381412353a
Octal3151741320507024226572
Binary110011011111100101101001010001110001010010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C5A; }

 p { color: rgb(205,124,90); }

 H1.HeaderClassName
 {
   color: #CD7C5A;
 }
 .AnyTagClassName
 {
   color: #CD7C5A;
 }
</style>
background-color css

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

 a { background-color: rgb(205,124,90); }

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

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

 span { border-color: rgb(205,124,90); }

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