Html Css Color HEX #CBB371 Putty

📋 copy color: '#CBB371'

red 203 ◦ green 179 ◦ blue 113

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

Shades of Putty #CBB371

Tints of Putty #CBB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

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

R = 41.01%
G = 36.16%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB371 (or 0xCBB371) is known color: Putty. HEX triplet: CB, B3 and 71. RGB value is (203,179,113). Sum of RGB (Red+Green+Blue) = 203+179+113=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB371 is #344C8E. Grayscale: #B2B2B2. Windows color (decimal): -3427471 or 7451595. OLE color: 7451595.

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

Color convert

RGB 203 179 113 -
CMYK 0 0.12 0.44 0.20
HSL 44º 0.46% 0.62% -
HSV(B) 44º 0.44% 0.8% -
XYZ 43.73 46.13 22.22 -
YUV 178.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 203 179 113 0 0.12 0.44 0.20 44 0.46 0.62
Hex CB B3 71 0 C 2C 14 2C 2E 3E
Octal 313 263 161 0 14 54 24 54 56 76
Binary 11001011 10110011 1110001 0 1100 101100 10100 101100 101110 111110

Color Harmonies of #CBB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB371

Black with #CBB371

Text Example


Text Example

White with #CBB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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