#CD7B5F

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

Shades of Burning Sand #CD7B5F

Tints of Burning Sand #CD7B5F

Color information

#CD7B5F (or 0xCD7B5F) is unknown color: approx Burning Sand. HEX triplet: CD, 7B and 5F. RGB value is (205,123,95). Sum of RGB (Red+Green+Blue) = 205+123+95=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B5F is #3284A0. Grayscale: #909090. Windows color (decimal): -3310753 or 6257613. OLE color: 6257613.

HSL color Cylindrical-coordinate representation of color #CD7B5F: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD7B5F is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20512395-
CMYK00.40.540.20
HSL15.27º52.38%58.82%-
HSV(B)15.27º53.66%80.39%-
XYZ34.3327.9714.42-
YUV144.33100.17171.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=48.46%
G=29.08%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051239500.40.540.2015.2752.3858.82
HexCD7B5F0283614f343b
Octal3151731370506624176473
Binary11001101111101110111110101000110110101001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B5F; }

 p { color: rgb(205,123,95); }

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

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

 a { background-color: rgb(205,123,95); }

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

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

 span { border-color: rgb(205,123,95); }

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