#CD7B6C

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

Shades of Burning Sand #CD7B6C

Tints of Burning Sand #CD7B6C

Color information

#CD7B6C (or 0xCD7B6C) is unknown color: approx Burning Sand. HEX triplet: CD, 7B and 6C. RGB value is (205,123,108). Sum of RGB (Red+Green+Blue) = 205+123+108=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B6C is #328493. Grayscale: #919191. Windows color (decimal): -3310740 or 7109581. OLE color: 7109581.

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

Color convert

RGB205123108-
CMYK00.40.470.20
HSL9.28º49.24%61.37%-
HSV(B)9.28º47.32%80.39%-
XYZ34.9728.2317.79-
YUV145.81106.67170.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=47.02%
G=28.21%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512310800.40.470.209.2849.2461.37
HexCD7B6C0282F149313d
Octal3151731540505724116175
Binary11001101111101111011000101000101111101001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B6C; }

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

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

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

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

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

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

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

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