Html Css Color HEX #CDAA6C Putty

📋 copy color: '#CDAA6C'

red 205 ◦ green 170 ◦ blue 108

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

Shades of Putty #CDAA6C

Tints of Putty #CDAA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 42.44%
G = 35.2%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDAA6C (or 0xCDAA6C) is known color: Putty. HEX triplet: CD, AA and 6C. RGB value is (205,170,108). Sum of RGB (Red+Green+Blue) = 205+170+108=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA6C is #325593. Grayscale: #ADADAD. Windows color (decimal): -3298708 or 7121613. OLE color: 7121613.

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

Color convert

RGB 205 170 108 -
CMYK 0 0.17 0.47 0.20
HSL 38.35º 0.49% 0.61% -
HSV(B) 38.35º 0.47% 0.8% -
XYZ 42.26 42.81 20.22 -
YUV 173.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 205 170 108 0 0.17 0.47 0.20 38.35 0.49 0.61
Hex CD AA 6C 0 11 2F 14 26 31 3D
Octal 315 252 154 0 21 57 24 46 61 75
Binary 11001101 10101010 1101100 0 10001 101111 10100 100110 110001 111101

Color Harmonies of #CDAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA6C

Black with #CDAA6C

Text Example


Text Example

White with #CDAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA6C; }

 p { color: rgb(205,170,108); }

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

background-color css

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

 a { background-color: rgb(205,170,108); }

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

border-color css

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

 span { border-color: rgb(205,170,108); }

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