Html Css Color HEX #CDAF76 Putty

📋 copy color: '#CDAF76'

red 205 ◦ green 175 ◦ blue 118

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

Shades of Putty #CDAF76

Tints of Putty #CDAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.14%

 BLUE value IS 118 (46.48% from 255) = 23.69%

R = 41.16%
G = 35.14%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDAF76 (or 0xCDAF76) is known color: Putty. HEX triplet: CD, AF and 76. RGB value is (205,175,118). Sum of RGB (Red+Green+Blue) = 205+175+118=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF76 is #325089. Grayscale: #B1B1B1. Windows color (decimal): -3297418 or 7778253. OLE color: 7778253.

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

Color convert

RGB 205 175 118 -
CMYK 0 0.15 0.42 0.20
HSL 39.31º 0.47% 0.63% -
HSV(B) 39.31º 0.42% 0.8% -
XYZ 43.78 44.95 23.51 -
YUV 177.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 205 175 118 0 0.15 0.42 0.20 39.31 0.47 0.63
Hex CD AF 76 0 F 2A 14 27 2F 3F
Octal 315 257 166 0 17 52 24 47 57 77
Binary 11001101 10101111 1110110 0 1111 101010 10100 100111 101111 111111

Color Harmonies of #CDAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF76

Black with #CDAF76

Text Example


Text Example

White with #CDAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF76; }

 p { color: rgb(205,175,118); }

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

background-color css

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

 a { background-color: rgb(205,175,118); }

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

border-color css

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

 span { border-color: rgb(205,175,118); }

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