Html Css Color HEX #CDAB6F Putty

📋 copy color: '#CDAB6F'

red 205 ◦ green 171 ◦ blue 111

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

Shades of Putty #CDAB6F

Tints of Putty #CDAB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.79%

R = 42.09%
G = 35.11%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDAB6F (or 0xCDAB6F) is known color: Putty. HEX triplet: CD, AB and 6F. RGB value is (205,171,111). Sum of RGB (Red+Green+Blue) = 205+171+111=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB6F is #325490. Grayscale: #AEAEAE. Windows color (decimal): -3298449 or 7318477. OLE color: 7318477.

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

Color convert

RGB 205 171 111 -
CMYK 0 0.17 0.46 0.20
HSL 38.3º 0.48% 0.62% -
HSV(B) 38.3º 0.46% 0.8% -
XYZ 42.61 43.25 21.14 -
YUV 174.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 205 171 111 0 0.17 0.46 0.20 38.3 0.48 0.62
Hex CD AB 6F 0 11 2E 14 26 30 3E
Octal 315 253 157 0 21 56 24 46 60 76
Binary 11001101 10101011 1101111 0 10001 101110 10100 100110 110000 111110

Color Harmonies of #CDAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB6F

Black with #CDAB6F

Text Example


Text Example

White with #CDAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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