Html Css Color HEX #CBA371 Putty

📋 copy color: '#CBA371'

red 203 ◦ green 163 ◦ blue 113

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

Shades of Putty #CBA371

Tints of Putty #CBA371

RGB

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

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

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

R = 42.38%
G = 34.03%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA371 (or 0xCBA371) is known color: Putty. HEX triplet: CB, A3 and 71. RGB value is (203,163,113). Sum of RGB (Red+Green+Blue) = 203+163+113=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA371 is #345C8E. Grayscale: #A9A9A9. Windows color (decimal): -3431567 or 7447499. OLE color: 7447499.

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

Color convert

RGB 203 163 113 -
CMYK 0 0.20 0.44 0.20
HSL 33.33º 0.46% 0.62% -
HSV(B) 33.33º 0.44% 0.8% -
XYZ 40.71 40.08 21.21 -
YUV 169.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 203 163 113 0 0.20 0.44 0.20 33.33 0.46 0.62
Hex CB A3 71 0 14 2C 14 21 2E 3E
Octal 313 243 161 0 24 54 24 41 56 76
Binary 11001011 10100011 1110001 0 10100 101100 10100 100001 101110 111110

Color Harmonies of #CBA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA371

Black with #CBA371

Text Example


Text Example

White with #CBA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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