#CBAC74

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

Shades of Putty #CBAC74

Tints of Putty #CBAC74

Color information

#CBAC74 (or 0xCBAC74) is unknown color: approx Putty. HEX triplet: CB, AC and 74. RGB value is (203,172,116). Sum of RGB (Red+Green+Blue) = 203+172+116=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC74 is #34538B. Grayscale: #AFAFAF. Windows color (decimal): -3429260 or 7646411. OLE color: 7646411.

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

Color convert

RGB203172116-
CMYK00.150.430.20
HSL38.62º45.55%62.55%-
HSV(B)38.62º42.86%79.61%-
XYZ42.5343.4622.67-
YUV174.8894.77148.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=41.34%
G=35.03%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317211600.150.430.2038.6245.5562.55
HexCBAC740F2B14272e3f
Octal3132541640175324475677
Binary110010111010110011101000111110101110100100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC74; }

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

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

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

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

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

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

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

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