Html Css Color HEX #CDA576 Cameo

📋 copy color: '#CDA576'

red 205 ◦ green 165 ◦ blue 118

#CDA576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CDA576

Tints of Cameo #CDA576

RGB

 RED value IS 205 (80.47% from 255) = 42.01%

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 42.01%
G = 33.81%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDA576 (or 0xCDA576) is known color: Cameo. HEX triplet: CD, A5 and 76. RGB value is (205,165,118). Sum of RGB (Red+Green+Blue) = 205+165+118=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA576 is #325A89. Grayscale: #ABABAB. Windows color (decimal): -3299978 or 7775693. OLE color: 7775693.

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

Color convert

RGB 205 165 118 -
CMYK 0 0.20 0.42 0.20
HSL 32.41º 0.47% 0.63% -
HSV(B) 32.41º 0.42% 0.8% -
XYZ 41.9 41.2 22.88 -
YUV 171.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 205 165 118 0 0.20 0.42 0.20 32.41 0.47 0.63
Hex CD A5 76 0 14 2A 14 20 2F 3F
Octal 315 245 166 0 24 52 24 40 57 77
Binary 11001101 10100101 1110110 0 10100 101010 10100 100000 101111 111111

Color Harmonies of #CDA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA576

Black with #CDA576

Text Example


Text Example

White with #CDA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA576; }

 p { color: rgb(205,165,118); }

 H1.HeaderClassName
 {
   color: #CDA576;
 }
 .AnyTagClassName
 {
   color: #CDA576;
 }
</style>

background-color css

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

 a { background-color: rgb(205,165,118); }

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

border-color css

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

 span { border-color: rgb(205,165,118); }

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