#CBAC6D

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

Shades of Putty #CBAC6D

Tints of Putty #CBAC6D

Color information

#CBAC6D (or 0xCBAC6D) is unknown color: approx Putty. HEX triplet: CB, AC and 6D. RGB value is (203,172,109). Sum of RGB (Red+Green+Blue) = 203+172+109=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC6D is #345392. Grayscale: #AEAEAE. Windows color (decimal): -3429267 or 7187659. OLE color: 7187659.

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

Color convert

RGB203172109-
CMYK00.150.460.20
HSL40.21º47.47%61.18%-
HSV(B)40.21º46.31%79.61%-
XYZ42.1443.3120.61-
YUV174.0991.27148.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=41.94%
G=35.54%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317210900.150.460.2040.2147.4761.18
HexCBAC6D0F2E14282f3d
Octal3132541550175624505775
Binary110010111010110011011010111110111010100101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC6D; }

 p { color: rgb(203,172,109); }

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

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

 a { background-color: rgb(203,172,109); }

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

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

 span { border-color: rgb(203,172,109); }

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