Html Css Color HEX #CBB175 Putty

📋 copy color: '#CBB175'

red 203 ◦ green 177 ◦ blue 117

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

Shades of Putty #CBB175

Tints of Putty #CBB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 40.85%
G = 35.61%
B = 23.54%

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

#CBB175 (or 0xCBB175) is known color: Putty. HEX triplet: CB, B1 and 75. RGB value is (203,177,117). Sum of RGB (Red+Green+Blue) = 203+177+117=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB175 is #344E8A. Grayscale: #B2B2B2. Windows color (decimal): -3427979 or 7713227. OLE color: 7713227.

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

Color convert

RGB 203 177 117 -
CMYK 0 0.13 0.42 0.20
HSL 41.86º 0.45% 0.63% -
HSV(B) 41.86º 0.42% 0.8% -
XYZ 43.56 45.43 23.3 -
YUV 177.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 203 177 117 0 0.13 0.42 0.20 41.86 0.45 0.63
Hex CB B1 75 0 D 2A 14 2A 2D 3F
Octal 313 261 165 0 15 52 24 52 55 77
Binary 11001011 10110001 1110101 0 1101 101010 10100 101010 101101 111111

Color Harmonies of #CBB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB175

Black with #CBB175

Text Example


Text Example

White with #CBB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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