Html Css Color HEX #CDAE7C Putty

📋 copy color: '#CDAE7C'

red 205 ◦ green 174 ◦ blue 124

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

Shades of Putty #CDAE7C

Tints of Putty #CDAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 40.76%
G = 34.59%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDAE7C (or 0xCDAE7C) is known color: Putty. HEX triplet: CD, AE and 7C. RGB value is (205,174,124). Sum of RGB (Red+Green+Blue) = 205+174+124=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE7C is #325183. Grayscale: #B1B1B1. Windows color (decimal): -3297668 or 8171213. OLE color: 8171213.

HSL color Cylindrical-coordinate representation of color #CDAE7C: hue angle of 37.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAE7C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 174 124 -
CMYK 0 0.15 0.40 0.20
HSL 37.04º 0.45% 0.65% -
HSV(B) 37.04º 0.4% 0.8% -
XYZ 43.95 44.71 25.38 -
YUV 177.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 205 174 124 0 0.15 0.40 0.20 37.04 0.45 0.65
Hex CD AE 7C 0 F 28 14 25 2D 41
Octal 315 256 174 0 17 50 24 45 55 101
Binary 11001101 10101110 1111100 0 1111 101000 10100 100101 101101 1000001

Color Harmonies of #CDAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE7C

Black with #CDAE7C

Text Example


Text Example

White with #CDAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE7C; }

 p { color: rgb(205,174,124); }

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

background-color css

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

 a { background-color: rgb(205,174,124); }

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

border-color css

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

 span { border-color: rgb(205,174,124); }

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