Html Css Color HEX #CDAF77 Putty

📋 copy color: '#CDAF77'

red 205 ◦ green 175 ◦ blue 119

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

Shades of Putty #CDAF77

Tints of Putty #CDAF77

RGB

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

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

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

R = 41.08%
G = 35.07%
B = 23.85%

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

#CDAF77 (or 0xCDAF77) is known color: Putty. HEX triplet: CD, AF and 77. RGB value is (205,175,119). Sum of RGB (Red+Green+Blue) = 205+175+119=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF77 is #325088. Grayscale: #B1B1B1. Windows color (decimal): -3297417 or 7843789. OLE color: 7843789.

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

Color convert

RGB 205 175 119 -
CMYK 0 0.15 0.42 0.20
HSL 39.07º 0.46% 0.64% -
HSV(B) 39.07º 0.42% 0.8% -
XYZ 43.84 44.97 23.82 -
YUV 177.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 205 175 119 0 0.15 0.42 0.20 39.07 0.46 0.64
Hex CD AF 77 0 F 2A 14 27 2E 40
Octal 315 257 167 0 17 52 24 47 56 100
Binary 11001101 10101111 1110111 0 1111 101010 10100 100111 101110 1000000

Color Harmonies of #CDAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF77

Black with #CDAF77

Text Example


Text Example

White with #CDAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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