Html Css Color HEX #CDB176 Putty

📋 copy color: '#CDB176'

red 205 ◦ green 177 ◦ blue 118

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

Shades of Putty #CDB176

Tints of Putty #CDB176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 41%
G = 35.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB176 (or 0xCDB176) is known color: Putty. HEX triplet: CD, B1 and 76. RGB value is (205,177,118). Sum of RGB (Red+Green+Blue) = 205+177+118=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB176 is #324E89. Grayscale: #B2B2B2. Windows color (decimal): -3296906 or 7778765. OLE color: 7778765.

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

Color convert

RGB 205 177 118 -
CMYK 0 0.14 0.42 0.20
HSL 40.69º 0.47% 0.63% -
HSV(B) 40.69º 0.42% 0.8% -
XYZ 44.17 45.73 23.64 -
YUV 178.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 205 177 118 0 0.14 0.42 0.20 40.69 0.47 0.63
Hex CD B1 76 0 E 2A 14 29 2F 3F
Octal 315 261 166 0 16 52 24 51 57 77
Binary 11001101 10110001 1110110 0 1110 101010 10100 101001 101111 111111

Color Harmonies of #CDB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB176

Black with #CDB176

Text Example


Text Example

White with #CDB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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