#CBAC78

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

Shades of Putty #CBAC78

Tints of Putty #CBAC78

Color information

#CBAC78 (or 0xCBAC78) is unknown color: approx Putty. HEX triplet: CB, AC and 78. RGB value is (203,172,120). Sum of RGB (Red+Green+Blue) = 203+172+120=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC78 is #345387. Grayscale: #AFAFAF. Windows color (decimal): -3429256 or 7908555. OLE color: 7908555.

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

Color convert

RGB203172120-
CMYK00.150.410.20
HSL37.59º44.39%63.33%-
HSV(B)37.59º40.89%79.61%-
XYZ42.7743.5623.92-
YUV175.3496.77147.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=41.01%
G=34.75%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317212000.150.410.2037.5944.3963.33
HexCBAC780F2914262c3f
Octal3132541700175124465477
Binary110010111010110011110000111110100110100100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC78; }

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

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

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

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

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

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

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

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