Html Css Color HEX #CDAB7B Putty

📋 copy color: '#CDAB7B'

red 205 ◦ green 171 ◦ blue 123

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

Shades of Putty #CDAB7B

Tints of Putty #CDAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.65%

R = 41.08%
G = 34.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CDAB7B (or 0xCDAB7B) is known color: Putty. HEX triplet: CD, AB and 7B. RGB value is (205,171,123). Sum of RGB (Red+Green+Blue) = 205+171+123=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB7B is #325484. Grayscale: #AFAFAF. Windows color (decimal): -3298437 or 8104909. OLE color: 8104909.

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

Color convert

RGB 205 171 123 -
CMYK 0 0.17 0.4 0.20
HSL 35.12º 0.45% 0.64% -
HSV(B) 35.12º 0.4% 0.8% -
XYZ 43.31 43.54 24.86 -
YUV 175.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 205 171 123 0 0.17 0.4 0.20 35.12 0.45 0.64
Hex CD AB 7B 0 11 28 14 23 2D 40
Octal 315 253 173 0 21 50 24 43 55 100
Binary 11001101 10101011 1111011 0 10001 101000 10100 100011 101101 1000000

Color Harmonies of #CDAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB7B

Black with #CDAB7B

Text Example


Text Example

White with #CDAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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