Html Css Color HEX #CDAB74 Putty

📋 copy color: '#CDAB74'

red 205 ◦ green 171 ◦ blue 116

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

Shades of Putty #CDAB74

Tints of Putty #CDAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 41.67%
G = 34.76%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDAB74 (or 0xCDAB74) is known color: Putty. HEX triplet: CD, AB and 74. RGB value is (205,171,116). Sum of RGB (Red+Green+Blue) = 205+171+116=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB74 is #32548B. Grayscale: #AFAFAF. Windows color (decimal): -3298444 or 7646157. OLE color: 7646157.

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

Color convert

RGB 205 171 116 -
CMYK 0 0.17 0.43 0.20
HSL 37.08º 0.47% 0.63% -
HSV(B) 37.08º 0.43% 0.8% -
XYZ 42.89 43.37 22.63 -
YUV 174.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 205 171 116 0 0.17 0.43 0.20 37.08 0.47 0.63
Hex CD AB 74 0 11 2B 14 25 2F 3F
Octal 315 253 164 0 21 53 24 45 57 77
Binary 11001101 10101011 1110100 0 10001 101011 10100 100101 101111 111111

Color Harmonies of #CDAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB74

Black with #CDAB74

Text Example


Text Example

White with #CDAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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