#CD7A6A

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

Shades of Burning Sand #CD7A6A

Tints of Burning Sand #CD7A6A

Color information

#CD7A6A (or 0xCD7A6A) is unknown color: approx Burning Sand. HEX triplet: CD, 7A and 6A. RGB value is (205,122,106). Sum of RGB (Red+Green+Blue) = 205+122+106=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A6A is #328595. Grayscale: #919191. Windows color (decimal): -3310998 or 6978253. OLE color: 6978253.

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

Color convert

RGB205122106-
CMYK00.400.480.20
HSL9.7º49.75%60.98%-
HSV(B)9.7º48.29%80.39%-
XYZ34.7427.9417.2-
YUV144.99106170.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=47.34%
G=28.18%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512210600.400.480.209.749.7560.98
HexCD7A6A0283014a323d
Octal3151721520506024126275
Binary11001101111101011010100101000110000101001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A6A; }

 p { color: rgb(205,122,106); }

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

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

 a { background-color: rgb(205,122,106); }

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

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

 span { border-color: rgb(205,122,106); }

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