#CDA175

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

Shades of Cameo #CDA175

Tints of Cameo #CDA175

Color information

#CDA175 (or 0xCDA175) is unknown color: approx Cameo. HEX triplet: CD, A1 and 75. RGB value is (205,161,117). Sum of RGB (Red+Green+Blue) = 205+161+117=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA175 is #325E8A. Grayscale: #A9A9A9. Windows color (decimal): -3301003 or 7709133. OLE color: 7709133.

HSL color Cylindrical-coordinate representation of color #CDA175: hue angle of 30º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDA175 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205161117-
CMYK00.210.430.20
HSL30º46.81%63.14%-
HSV(B)30º42.93%80.39%-
XYZ41.1339.7522.33-
YUV169.1498.58153.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=42.44%
G=33.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516111700.210.430.203046.8163.14
HexCDA1750152B141e2f3f
Octal3152411650255324365777
Binary110011011010000111101010101011010111010011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA175; }

 p { color: rgb(205,161,117); }

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

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

 a { background-color: rgb(205,161,117); }

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

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

 span { border-color: rgb(205,161,117); }

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