Html Css Color HEX #CBB071 Putty

📋 copy color: '#CBB071'

red 203 ◦ green 176 ◦ blue 113

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

Shades of Putty #CBB071

Tints of Putty #CBB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 41.26%
G = 35.77%
B = 22.97%

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

#CBB071 (or 0xCBB071) is known color: Putty. HEX triplet: CB, B0 and 71. RGB value is (203,176,113). Sum of RGB (Red+Green+Blue) = 203+176+113=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB071 is #344F8E. Grayscale: #B1B1B1. Windows color (decimal): -3428239 or 7450827. OLE color: 7450827.

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

Color convert

RGB 203 176 113 -
CMYK 0 0.13 0.44 0.20
HSL 42º 0.46% 0.62% -
HSV(B) 42º 0.44% 0.8% -
XYZ 43.13 44.94 22.02 -
YUV 176.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 203 176 113 0 0.13 0.44 0.20 42 0.46 0.62
Hex CB B0 71 0 D 2C 14 2A 2E 3E
Octal 313 260 161 0 15 54 24 52 56 76
Binary 11001011 10110000 1110001 0 1101 101100 10100 101010 101110 111110

Color Harmonies of #CBB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB071

Black with #CBB071

Text Example


Text Example

White with #CBB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB071; }

 p { color: rgb(203,176,113); }

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

background-color css

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

 a { background-color: rgb(203,176,113); }

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

border-color css

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

 span { border-color: rgb(203,176,113); }

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