Html Css Color HEX #CBA96E Putty

📋 copy color: '#CBA96E'

red 203 ◦ green 169 ◦ blue 110

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

Shades of Putty #CBA96E

Tints of Putty #CBA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 42.12%
G = 35.06%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBA96E (or 0xCBA96E) is known color: Putty. HEX triplet: CB, A9 and 6E. RGB value is (203,169,110). Sum of RGB (Red+Green+Blue) = 203+169+110=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96E is #345691. Grayscale: #ACACAC. Windows color (decimal): -3430034 or 7252427. OLE color: 7252427.

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

Color convert

RGB 203 169 110 -
CMYK 0 0.17 0.46 0.20
HSL 38.06º 0.47% 0.61% -
HSV(B) 38.06º 0.46% 0.8% -
XYZ 41.63 42.2 20.7 -
YUV 172.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 203 169 110 0 0.17 0.46 0.20 38.06 0.47 0.61
Hex CB A9 6E 0 11 2E 14 26 2F 3D
Octal 313 251 156 0 21 56 24 46 57 75
Binary 11001011 10101001 1101110 0 10001 101110 10100 100110 101111 111101

Color Harmonies of #CBA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA96E

Black with #CBA96E

Text Example


Text Example

White with #CBA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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