Html Css Color HEX #CDB171 Putty

📋 copy color: '#CDB171'

red 205 ◦ green 177 ◦ blue 113

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

Shades of Putty #CDB171

Tints of Putty #CDB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 41.41%
G = 35.76%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB171 (or 0xCDB171) is known color: Putty. HEX triplet: CD, B1 and 71. RGB value is (205,177,113). Sum of RGB (Red+Green+Blue) = 205+177+113=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB171 is #324E8E. Grayscale: #B2B2B2. Windows color (decimal): -3296911 or 7451085. OLE color: 7451085.

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

Color convert

RGB 205 177 113 -
CMYK 0 0.14 0.45 0.20
HSL 41.74º 0.48% 0.62% -
HSV(B) 41.74º 0.45% 0.8% -
XYZ 43.88 45.62 22.11 -
YUV 178.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 205 177 113 0 0.14 0.45 0.20 41.74 0.48 0.62
Hex CD B1 71 0 E 2D 14 2A 30 3E
Octal 315 261 161 0 16 55 24 52 60 76
Binary 11001101 10110001 1110001 0 1110 101101 10100 101010 110000 111110

Color Harmonies of #CDB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB171

Black with #CDB171

Text Example


Text Example

White with #CDB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB171; }

 p { color: rgb(205,177,113); }

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

background-color css

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

 a { background-color: rgb(205,177,113); }

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

border-color css

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

 span { border-color: rgb(205,177,113); }

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