#CBAC7C

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

Shades of Putty #CBAC7C

Tints of Putty #CBAC7C

Color information

#CBAC7C (or 0xCBAC7C) is unknown color: approx Putty. HEX triplet: CB, AC and 7C. RGB value is (203,172,124). Sum of RGB (Red+Green+Blue) = 203+172+124=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC7C is #345383. Grayscale: #B0B0B0. Windows color (decimal): -3429252 or 8170699. OLE color: 8170699.

HSL color Cylindrical-coordinate representation of color #CBAC7C: hue angle of 36.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBAC7C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203172124-
CMYK00.150.390.20
HSL36.46º43.17%64.12%-
HSV(B)36.46º38.92%79.61%-
XYZ43.0243.6625.23-
YUV175.898.77147.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=40.68%
G=34.47%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317212400.150.390.2036.4643.1764.12
HexCBAC7C0F2714242b40
Octal31325417401747244453100
Binary1100101110101100111110001111100111101001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC7C; }

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

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

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

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

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

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

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

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