Html Css Color HEX #CDAC74 Putty

📋 copy color: '#CDAC74'

red 205 ◦ green 172 ◦ blue 116

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

Shades of Putty #CDAC74

Tints of Putty #CDAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 41.58%
G = 34.89%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDAC74 (or 0xCDAC74) is known color: Putty. HEX triplet: CD, AC and 74. RGB value is (205,172,116). Sum of RGB (Red+Green+Blue) = 205+172+116=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC74 is #32538B. Grayscale: #AFAFAF. Windows color (decimal): -3298188 or 7646413. OLE color: 7646413.

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

Color convert

RGB 205 172 116 -
CMYK 0 0.16 0.43 0.20
HSL 37.75º 0.47% 0.63% -
HSV(B) 37.75º 0.43% 0.8% -
XYZ 43.08 43.75 22.7 -
YUV 175.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 205 172 116 0 0.16 0.43 0.20 37.75 0.47 0.63
Hex CD AC 74 0 10 2B 14 26 2F 3F
Octal 315 254 164 0 20 53 24 46 57 77
Binary 11001101 10101100 1110100 0 10000 101011 10100 100110 101111 111111

Color Harmonies of #CDAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC74

Black with #CDAC74

Text Example


Text Example

White with #CDAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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