Html Css Color HEX #CDAC76 Putty

📋 copy color: '#CDAC76'

red 205 ◦ green 172 ◦ blue 118

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

Shades of Putty #CDAC76

Tints of Putty #CDAC76

RGB

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

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

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

R = 41.41%
G = 34.75%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDAC76 (or 0xCDAC76) is known color: Putty. HEX triplet: CD, AC and 76. RGB value is (205,172,118). Sum of RGB (Red+Green+Blue) = 205+172+118=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC76 is #325389. Grayscale: #AFAFAF. Windows color (decimal): -3298186 or 7777485. OLE color: 7777485.

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

Color convert

RGB 205 172 118 -
CMYK 0 0.16 0.42 0.20
HSL 37.24º 0.47% 0.63% -
HSV(B) 37.24º 0.42% 0.8% -
XYZ 43.2 43.79 23.32 -
YUV 175.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 205 172 118 0 0.16 0.42 0.20 37.24 0.47 0.63
Hex CD AC 76 0 10 2A 14 25 2F 3F
Octal 315 254 166 0 20 52 24 45 57 77
Binary 11001101 10101100 1110110 0 10000 101010 10100 100101 101111 111111

Color Harmonies of #CDAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC76

Black with #CDAC76

Text Example


Text Example

White with #CDAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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