#CD7B68

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

Shades of Burning Sand #CD7B68

Tints of Burning Sand #CD7B68

Color information

#CD7B68 (or 0xCD7B68) is unknown color: approx Burning Sand. HEX triplet: CD, 7B and 68. RGB value is (205,123,104). Sum of RGB (Red+Green+Blue) = 205+123+104=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B68 is #328497. Grayscale: #919191. Windows color (decimal): -3310744 or 6847437. OLE color: 6847437.

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

Color convert

RGB205123104-
CMYK00.40.490.20
HSL11.29º50.25%60.59%-
HSV(B)11.29º49.27%80.39%-
XYZ34.7628.1416.7-
YUV145.35104.67170.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=47.45%
G=28.47%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512310400.40.490.2011.2950.2560.59
HexCD7B680283114b323d
Octal3151731500506124136275
Binary11001101111101111010000101000110001101001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B68; }

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

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

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

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

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

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

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

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