Html Css Color HEX #CDAB77 Putty

📋 copy color: '#CDAB77'

red 205 ◦ green 171 ◦ blue 119

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

Shades of Putty #CDAB77

Tints of Putty #CDAB77

RGB

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

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

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

R = 41.41%
G = 34.55%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDAB77 (or 0xCDAB77) is known color: Putty. HEX triplet: CD, AB and 77. RGB value is (205,171,119). Sum of RGB (Red+Green+Blue) = 205+171+119=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB77 is #325488. Grayscale: #AFAFAF. Windows color (decimal): -3298441 or 7842765. OLE color: 7842765.

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

Color convert

RGB 205 171 119 -
CMYK 0 0.17 0.42 0.20
HSL 36.28º 0.46% 0.64% -
HSV(B) 36.28º 0.42% 0.8% -
XYZ 43.07 43.44 23.57 -
YUV 175.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 205 171 119 0 0.17 0.42 0.20 36.28 0.46 0.64
Hex CD AB 77 0 11 2A 14 24 2E 40
Octal 315 253 167 0 21 52 24 44 56 100
Binary 11001101 10101011 1110111 0 10001 101010 10100 100100 101110 1000000

Color Harmonies of #CDAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB77

Black with #CDAB77

Text Example


Text Example

White with #CDAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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