#CD7B69

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

Shades of Burning Sand #CD7B69

Tints of Burning Sand #CD7B69

Color information

#CD7B69 (or 0xCD7B69) is unknown color: approx Burning Sand. HEX triplet: CD, 7B and 69. RGB value is (205,123,105). Sum of RGB (Red+Green+Blue) = 205+123+105=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B69 is #328496. Grayscale: #919191. Windows color (decimal): -3310743 or 6912973. OLE color: 6912973.

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

Color convert

RGB205123105-
CMYK00.40.490.20
HSL10.8º50%60.78%-
HSV(B)10.8º48.78%80.39%-
XYZ34.8128.1616.97-
YUV145.47105.17170.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=47.34%
G=28.41%
B=24.25%

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
Decimal20512310500.40.490.2010.85060.78
HexCD7B690283114b323d
Octal3151731510506124136275
Binary11001101111101111010010101000110001101001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B69; }

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

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

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

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

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

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

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

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