Html Css Color HEX #CDB177 Putty

📋 copy color: '#CDB177'

red 205 ◦ green 177 ◦ blue 119

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

Shades of Putty #CDB177

Tints of Putty #CDB177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 40.92%
G = 35.33%
B = 23.75%

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

#CDB177 (or 0xCDB177) is known color: Putty. HEX triplet: CD, B1 and 77. RGB value is (205,177,119). Sum of RGB (Red+Green+Blue) = 205+177+119=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB177 is #324E88. Grayscale: #B3B3B3. Windows color (decimal): -3296905 or 7844301. OLE color: 7844301.

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

Color convert

RGB 205 177 119 -
CMYK 0 0.14 0.42 0.20
HSL 40.47º 0.46% 0.64% -
HSV(B) 40.47º 0.42% 0.8% -
XYZ 44.23 45.76 23.95 -
YUV 178.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 205 177 119 0 0.14 0.42 0.20 40.47 0.46 0.64
Hex CD B1 77 0 E 2A 14 28 2E 40
Octal 315 261 167 0 16 52 24 50 56 100
Binary 11001101 10110001 1110111 0 1110 101010 10100 101000 101110 1000000

Color Harmonies of #CDB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB177

Black with #CDB177

Text Example


Text Example

White with #CDB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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