#CD7A67

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

Shades of Burning Sand #CD7A67

Tints of Burning Sand #CD7A67

Color information

#CD7A67 (or 0xCD7A67) is unknown color: approx Burning Sand. HEX triplet: CD, 7A and 67. RGB value is (205,122,103). Sum of RGB (Red+Green+Blue) = 205+122+103=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A67 is #328598. Grayscale: #909090. Windows color (decimal): -3311001 or 6781645. OLE color: 6781645.

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

Color convert

RGB205122103-
CMYK00.400.500.20
HSL11.18º50.5%60.39%-
HSV(B)11.18º49.76%80.39%-
XYZ34.5827.8816.39-
YUV144.65104.5171.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=47.67%
G=28.37%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512210300.400.500.2011.1850.560.39
HexCD7A670283214b323c
Octal3151721470506224136274
Binary11001101111101011001110101000110010101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A67; }

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

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

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

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

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

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

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

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