Html Css Color HEX #CDA96A Putty

📋 copy color: '#CDA96A'

red 205 ◦ green 169 ◦ blue 106

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

Shades of Putty #CDA96A

Tints of Putty #CDA96A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 42.71%
G = 35.21%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA96A (or 0xCDA96A) is known color: Putty. HEX triplet: CD, A9 and 6A. RGB value is (205,169,106). Sum of RGB (Red+Green+Blue) = 205+169+106=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96A is #325695. Grayscale: #ACACAC. Windows color (decimal): -3298966 or 6990285. OLE color: 6990285.

HSL color Cylindrical-coordinate representation of color #CDA96A: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA96A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 106 -
CMYK 0 0.18 0.48 0.20
HSL 38.18º 0.5% 0.61% -
HSV(B) 38.18º 0.48% 0.8% -
XYZ 41.97 42.4 19.61 -
YUV 172.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 205 169 106 0 0.18 0.48 0.20 38.18 0.5 0.61
Hex CD A9 6A 0 12 30 14 26 32 3D
Octal 315 251 152 0 22 60 24 46 62 75
Binary 11001101 10101001 1101010 0 10010 110000 10100 100110 110010 111101

Color Harmonies of #CDA96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA96A

Black with #CDA96A

Text Example


Text Example

White with #CDA96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA96A; }

 p { color: rgb(205,169,106); }

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

background-color css

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

 a { background-color: rgb(205,169,106); }

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

border-color css

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

 span { border-color: rgb(205,169,106); }

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