Html Css Color HEX #CDA176 Cameo

📋 copy color: '#CDA176'

red 205 ◦ green 161 ◦ blue 118

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

Shades of Cameo #CDA176

Tints of Cameo #CDA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 42.36%
G = 33.26%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDA176 (or 0xCDA176) is known color: Cameo. HEX triplet: CD, A1 and 76. RGB value is (205,161,118). Sum of RGB (Red+Green+Blue) = 205+161+118=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA176 is #325E89. Grayscale: #A9A9A9. Windows color (decimal): -3301002 or 7774669. OLE color: 7774669.

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

Color convert

RGB 205 161 118 -
CMYK 0 0.21 0.42 0.20
HSL 29.66º 0.47% 0.63% -
HSV(B) 29.66º 0.42% 0.8% -
XYZ 41.19 39.78 22.65 -
YUV 169.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 205 161 118 0 0.21 0.42 0.20 29.66 0.47 0.63
Hex CD A1 76 0 15 2A 14 1E 2F 3F
Octal 315 241 166 0 25 52 24 36 57 77
Binary 11001101 10100001 1110110 0 10101 101010 10100 11110 101111 111111

Color Harmonies of #CDA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA176

Black with #CDA176

Text Example


Text Example

White with #CDA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA176; }

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

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

background-color css

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

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

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

border-color css

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

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

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