Html Css Color HEX #CDAC6E Putty

📋 copy color: '#CDAC6E'

red 205 ◦ green 172 ◦ blue 110

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

Shades of Putty #CDAC6E

Tints of Putty #CDAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 42.09%
G = 35.32%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDAC6E (or 0xCDAC6E) is known color: Putty. HEX triplet: CD, AC and 6E. RGB value is (205,172,110). Sum of RGB (Red+Green+Blue) = 205+172+110=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC6E is #325391. Grayscale: #AFAFAF. Windows color (decimal): -3298194 or 7253197. OLE color: 7253197.

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

Color convert

RGB 205 172 110 -
CMYK 0 0.16 0.46 0.20
HSL 39.16º 0.49% 0.62% -
HSV(B) 39.16º 0.46% 0.8% -
XYZ 42.74 43.61 20.92 -
YUV 174.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 205 172 110 0 0.16 0.46 0.20 39.16 0.49 0.62
Hex CD AC 6E 0 10 2E 14 27 31 3E
Octal 315 254 156 0 20 56 24 47 61 76
Binary 11001101 10101100 1101110 0 10000 101110 10100 100111 110001 111110

Color Harmonies of #CDAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC6E

Black with #CDAC6E

Text Example


Text Example

White with #CDAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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