Html Css Color HEX #CBB172 Putty

📋 copy color: '#CBB172'

red 203 ◦ green 177 ◦ blue 114

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

Shades of Putty #CBB172

Tints of Putty #CBB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 41.09%
G = 35.83%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB172 (or 0xCBB172) is known color: Putty. HEX triplet: CB, B1 and 72. RGB value is (203,177,114). Sum of RGB (Red+Green+Blue) = 203+177+114=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB172 is #344E8D. Grayscale: #B1B1B1. Windows color (decimal): -3427982 or 7516619. OLE color: 7516619.

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

Color convert

RGB 203 177 114 -
CMYK 0 0.13 0.44 0.20
HSL 42.47º 0.46% 0.62% -
HSV(B) 42.47º 0.44% 0.8% -
XYZ 43.39 45.36 22.39 -
YUV 177.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 203 177 114 0 0.13 0.44 0.20 42.47 0.46 0.62
Hex CB B1 72 0 D 2C 14 2A 2E 3E
Octal 313 261 162 0 15 54 24 52 56 76
Binary 11001011 10110001 1110010 0 1101 101100 10100 101010 101110 111110

Color Harmonies of #CBB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB172

Black with #CBB172

Text Example


Text Example

White with #CBB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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