Html Css Color HEX #CDAF6D Putty

📋 copy color: '#CDAF6D'

red 205 ◦ green 175 ◦ blue 109

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

Shades of Putty #CDAF6D

Tints of Putty #CDAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 41.92%
G = 35.79%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDAF6D (or 0xCDAF6D) is known color: Putty. HEX triplet: CD, AF and 6D. RGB value is (205,175,109). Sum of RGB (Red+Green+Blue) = 205+175+109=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF6D is #325092. Grayscale: #B0B0B0. Windows color (decimal): -3297427 or 7188429. OLE color: 7188429.

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

Color convert

RGB 205 175 109 -
CMYK 0 0.15 0.47 0.20
HSL 41.25º 0.49% 0.62% -
HSV(B) 41.25º 0.47% 0.8% -
XYZ 43.27 44.74 20.82 -
YUV 176.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 205 175 109 0 0.15 0.47 0.20 41.25 0.49 0.62
Hex CD AF 6D 0 F 2F 14 29 31 3E
Octal 315 257 155 0 17 57 24 51 61 76
Binary 11001101 10101111 1101101 0 1111 101111 10100 101001 110001 111110

Color Harmonies of #CDAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF6D

Black with #CDAF6D

Text Example


Text Example

White with #CDAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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