Html Css Color HEX #CBB176 Putty

📋 copy color: '#CBB176'

red 203 ◦ green 177 ◦ blue 118

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

Shades of Putty #CBB176

Tints of Putty #CBB176

RGB

 RED value IS 203 (79.69% from 255) = 40.76%

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

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

R = 40.76%
G = 35.54%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB176 (or 0xCBB176) is known color: Putty. HEX triplet: CB, B1 and 76. RGB value is (203,177,118). Sum of RGB (Red+Green+Blue) = 203+177+118=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB176 is #344E89. Grayscale: #B2B2B2. Windows color (decimal): -3427978 or 7778763. OLE color: 7778763.

HSL color Cylindrical-coordinate representation of color #CBB176: hue angle of 41.65º degrees, saturation: 0.45, 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 #CBB176 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 118 -
CMYK 0 0.13 0.42 0.20
HSL 41.65º 0.45% 0.63% -
HSV(B) 41.65º 0.42% 0.8% -
XYZ 43.62 45.45 23.61 -
YUV 178.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 203 177 118 0 0.13 0.42 0.20 41.65 0.45 0.63
Hex CB B1 76 0 D 2A 14 2A 2D 3F
Octal 313 261 166 0 15 52 24 52 55 77
Binary 11001011 10110001 1110110 0 1101 101010 10100 101010 101101 111111

Color Harmonies of #CBB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB176

Black with #CBB176

Text Example


Text Example

White with #CBB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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