Html Css Color HEX #CDA177 Cameo

📋 copy color: '#CDA177'

red 205 ◦ green 161 ◦ blue 119

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

Shades of Cameo #CDA177

Tints of Cameo #CDA177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 42.27%
G = 33.2%
B = 24.54%

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

#CDA177 (or 0xCDA177) is known color: Cameo. HEX triplet: CD, A1 and 77. RGB value is (205,161,119). Sum of RGB (Red+Green+Blue) = 205+161+119=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA177 is #325E88. Grayscale: #A9A9A9. Windows color (decimal): -3301001 or 7840205. OLE color: 7840205.

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

Color convert

RGB 205 161 119 -
CMYK 0 0.21 0.42 0.20
HSL 29.3º 0.46% 0.64% -
HSV(B) 29.3º 0.42% 0.8% -
XYZ 41.25 39.8 22.96 -
YUV 169.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 205 161 119 0 0.21 0.42 0.20 29.3 0.46 0.64
Hex CD A1 77 0 15 2A 14 1D 2E 40
Octal 315 241 167 0 25 52 24 35 56 100
Binary 11001101 10100001 1110111 0 10101 101010 10100 11101 101110 1000000

Color Harmonies of #CDA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA177

Black with #CDA177

Text Example


Text Example

White with #CDA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA177; }

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

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

background-color css

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

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

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

border-color css

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

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

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