Html Css Color HEX #CDAF6E Putty

📋 copy color: '#CDAF6E'

red 205 ◦ green 175 ◦ blue 110

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

Shades of Putty #CDAF6E

Tints of Putty #CDAF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 41.84%
G = 35.71%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDAF6E (or 0xCDAF6E) is known color: Putty. HEX triplet: CD, AF and 6E. RGB value is (205,175,110). Sum of RGB (Red+Green+Blue) = 205+175+110=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF6E is #325091. Grayscale: #B0B0B0. Windows color (decimal): -3297426 or 7253965. OLE color: 7253965.

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

Color convert

RGB 205 175 110 -
CMYK 0 0.15 0.46 0.20
HSL 41.05º 0.49% 0.62% -
HSV(B) 41.05º 0.46% 0.8% -
XYZ 43.32 44.76 21.11 -
YUV 176.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 205 175 110 0 0.15 0.46 0.20 41.05 0.49 0.62
Hex CD AF 6E 0 F 2E 14 29 31 3E
Octal 315 257 156 0 17 56 24 51 61 76
Binary 11001101 10101111 1101110 0 1111 101110 10100 101001 110001 111110

Color Harmonies of #CDAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF6E

Black with #CDAF6E

Text Example


Text Example

White with #CDAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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