#CBA468

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

Shades of Putty #CBA468

Tints of Putty #CBA468

Color information

#CBA468 (or 0xCBA468) is unknown color: approx Putty. HEX triplet: CB, A4 and 68. RGB value is (203,164,104). Sum of RGB (Red+Green+Blue) = 203+164+104=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA468 is #345B97. Grayscale: #A9A9A9. Windows color (decimal): -3431320 or 6857931. OLE color: 6857931.

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

Color convert

RGB203164104-
CMYK00.190.490.20
HSL36.36º48.77%60.2%-
HSV(B)36.36º48.77%79.61%-
XYZ40.440.2518.74-
YUV168.8291.42152.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=43.10%
G=34.82%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316410400.190.490.2036.3648.7760.2
HexCBA468013311424313c
Octal3132441500236124446174
Binary1100101110100100110100001001111000110100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA468; }

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

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

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

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

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

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

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

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