Html Css Color HEX #CDAB66 Putty

📋 copy color: '#CDAB66'

red 205 ◦ green 171 ◦ blue 102

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

Shades of Putty #CDAB66

Tints of Putty #CDAB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 42.89%
G = 35.77%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDAB66 (or 0xCDAB66) is known color: Putty. HEX triplet: CD, AB and 66. RGB value is (205,171,102). Sum of RGB (Red+Green+Blue) = 205+171+102=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB66 is #325499. Grayscale: #ADADAD. Windows color (decimal): -3298458 or 6728653. OLE color: 6728653.

HSL color Cylindrical-coordinate representation of color #CDAB66: hue angle of 40.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDAB66 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 102 -
CMYK 0 0.17 0.50 0.20
HSL 40.19º 0.51% 0.6% -
HSV(B) 40.19º 0.5% 0.8% -
XYZ 42.14 43.06 18.66 -
YUV 173.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 205 171 102 0 0.17 0.50 0.20 40.19 0.51 0.6
Hex CD AB 66 0 11 32 14 28 33 3C
Octal 315 253 146 0 21 62 24 50 63 74
Binary 11001101 10101011 1100110 0 10001 110010 10100 101000 110011 111100

Color Harmonies of #CDAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB66

Black with #CDAB66

Text Example


Text Example

White with #CDAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB66; }

 p { color: rgb(205,171,102); }

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

background-color css

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

 a { background-color: rgb(205,171,102); }

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

border-color css

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

 span { border-color: rgb(205,171,102); }

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