#CBA668

Color #CBA668 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CBA668

Tints of Putty #CBA668

Color information

#CBA668 (or 0xCBA668) is unknown color: approx Putty. HEX triplet: CB, A6 and 68. RGB value is (203,166,104). Sum of RGB (Red+Green+Blue) = 203+166+104=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA668 is #345997. Grayscale: #AAAAAA. Windows color (decimal): -3430808 or 6858443. OLE color: 6858443.

HSL color Cylindrical-coordinate representation of color #CBA668: hue angle of 37.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBA668 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB203166104-
CMYK00.180.490.20
HSL37.58º48.77%60.2%-
HSV(B)37.58º48.77%79.61%-
XYZ40.7640.9718.86-
YUV169.9990.76151.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=42.92%
G=35.10%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316610400.180.490.2037.5848.7760.2
HexCBA668012311426313c
Octal3132461500226124466174
Binary1100101110100110110100001001011000110100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA668; }

 p { color: rgb(203,166,104); }

 H1.HeaderClassName
 {
   color: #CBA668;
 }
 .AnyTagClassName
 {
   color: #CBA668;
 }
</style>
background-color css

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

 a { background-color: rgb(203,166,104); }

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

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

 span { border-color: rgb(203,166,104); }

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