#CD7D69

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

Shades of Burning Sand #CD7D69

Tints of Burning Sand #CD7D69

Color information

#CD7D69 (or 0xCD7D69) is unknown color: approx Burning Sand. HEX triplet: CD, 7D and 69. RGB value is (205,125,105). Sum of RGB (Red+Green+Blue) = 205+125+105=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D69 is #328296. Grayscale: #929292. Windows color (decimal): -3310231 or 6913485. OLE color: 6913485.

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

Color convert

RGB205125105-
CMYK00.390.490.20
HSL12º50%60.78%-
HSV(B)12º48.78%80.39%-
XYZ35.0628.6717.05-
YUV146.64104.5169.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=47.13%
G=28.74%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512510500.390.490.20125060.78
HexCD7D690273114c323d
Octal3151751510476124146275
Binary11001101111110111010010100111110001101001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D69; }

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

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

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

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

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

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

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

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