#CDA475

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

Shades of Cameo #CDA475

Tints of Cameo #CDA475

Color information

#CDA475 (or 0xCDA475) is unknown color: approx Cameo. HEX triplet: CD, A4 and 75. RGB value is (205,164,117). Sum of RGB (Red+Green+Blue) = 205+164+117=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA475 is #325B8A. Grayscale: #ABABAB. Windows color (decimal): -3300235 or 7709901. OLE color: 7709901.

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

Color convert

RGB205164117-
CMYK00.20.430.20
HSL32.05º46.81%63.14%-
HSV(B)32.05º42.93%80.39%-
XYZ41.6640.8122.51-
YUV170.997.58152.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=42.18%
G=33.74%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516411700.20.430.2032.0546.8163.14
HexCDA4750142B14202f3f
Octal3152441650245324405777
Binary1100110110100100111010101010010101110100100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA475; }

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

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

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

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

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

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

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

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