Html Css Color HEX #CDAB6C Putty

📋 copy color: '#CDAB6C'

red 205 ◦ green 171 ◦ blue 108

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

Shades of Putty #CDAB6C

Tints of Putty #CDAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 42.36%
G = 35.33%
B = 22.31%

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

#CDAB6C (or 0xCDAB6C) is known color: Putty. HEX triplet: CD, AB and 6C. RGB value is (205,171,108). Sum of RGB (Red+Green+Blue) = 205+171+108=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB6C is #325493. Grayscale: #AEAEAE. Windows color (decimal): -3298452 or 7121869. OLE color: 7121869.

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

Color convert

RGB 205 171 108 -
CMYK 0 0.17 0.47 0.20
HSL 38.97º 0.49% 0.61% -
HSV(B) 38.97º 0.47% 0.8% -
XYZ 42.45 43.19 20.29 -
YUV 173.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 205 171 108 0 0.17 0.47 0.20 38.97 0.49 0.61
Hex CD AB 6C 0 11 2F 14 27 31 3D
Octal 315 253 154 0 21 57 24 47 61 75
Binary 11001101 10101011 1101100 0 10001 101111 10100 100111 110001 111101

Color Harmonies of #CDAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB6C

Black with #CDAB6C

Text Example


Text Example

White with #CDAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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