Html Css Color HEX #CBA96F Putty

📋 copy color: '#CBA96F'

red 203 ◦ green 169 ◦ blue 111

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

Shades of Putty #CBA96F

Tints of Putty #CBA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 42.03%
G = 34.99%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBA96F (or 0xCBA96F) is known color: Putty. HEX triplet: CB, A9 and 6F. RGB value is (203,169,111). Sum of RGB (Red+Green+Blue) = 203+169+111=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96F is #345690. Grayscale: #ACACAC. Windows color (decimal): -3430033 or 7317963. OLE color: 7317963.

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

Color convert

RGB 203 169 111 -
CMYK 0 0.17 0.45 0.20
HSL 37.83º 0.47% 0.62% -
HSV(B) 37.83º 0.45% 0.8% -
XYZ 41.69 42.22 20.99 -
YUV 172.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 203 169 111 0 0.17 0.45 0.20 37.83 0.47 0.62
Hex CB A9 6F 0 11 2D 14 26 2F 3E
Octal 313 251 157 0 21 55 24 46 57 76
Binary 11001011 10101001 1101111 0 10001 101101 10100 100110 101111 111110

Color Harmonies of #CBA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA96F

Black with #CBA96F

Text Example


Text Example

White with #CBA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA96F; }

 p { color: rgb(203,169,111); }

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

background-color css

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

 a { background-color: rgb(203,169,111); }

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

border-color css

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

 span { border-color: rgb(203,169,111); }

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