Html Css Color HEX #CBA373 Putty

📋 copy color: '#CBA373'

red 203 ◦ green 163 ◦ blue 115

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

Shades of Putty #CBA373

Tints of Putty #CBA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 42.2%
G = 33.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBA373 (or 0xCBA373) is known color: Putty. HEX triplet: CB, A3 and 73. RGB value is (203,163,115). Sum of RGB (Red+Green+Blue) = 203+163+115=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA373 is #345C8C. Grayscale: #A9A9A9. Windows color (decimal): -3431565 or 7578571. OLE color: 7578571.

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

Color convert

RGB 203 163 115 -
CMYK 0 0.20 0.43 0.20
HSL 32.73º 0.46% 0.62% -
HSV(B) 32.73º 0.43% 0.8% -
XYZ 40.82 40.13 21.81 -
YUV 169.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 203 163 115 0 0.20 0.43 0.20 32.73 0.46 0.62
Hex CB A3 73 0 14 2B 14 21 2E 3E
Octal 313 243 163 0 24 53 24 41 56 76
Binary 11001011 10100011 1110011 0 10100 101011 10100 100001 101110 111110

Color Harmonies of #CBA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA373

Black with #CBA373

Text Example


Text Example

White with #CBA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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