Html Css Color HEX #CBB373 Putty

📋 copy color: '#CBB373'

red 203 ◦ green 179 ◦ blue 115

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

Shades of Putty #CBB373

Tints of Putty #CBB373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 40.85%
G = 36.02%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB373 (or 0xCBB373) is known color: Putty. HEX triplet: CB, B3 and 73. RGB value is (203,179,115). Sum of RGB (Red+Green+Blue) = 203+179+115=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB373 is #344C8C. Grayscale: #B3B3B3. Windows color (decimal): -3427469 or 7582667. OLE color: 7582667.

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

Color convert

RGB 203 179 115 -
CMYK 0 0.12 0.43 0.20
HSL 43.64º 0.46% 0.62% -
HSV(B) 43.64º 0.43% 0.8% -
XYZ 43.84 46.17 22.82 -
YUV 178.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 203 179 115 0 0.12 0.43 0.20 43.64 0.46 0.62
Hex CB B3 73 0 C 2B 14 2C 2E 3E
Octal 313 263 163 0 14 53 24 54 56 76
Binary 11001011 10110011 1110011 0 1100 101011 10100 101100 101110 111110

Color Harmonies of #CBB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB373

Black with #CBB373

Text Example


Text Example

White with #CBB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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