#CBAF79

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

Shades of Putty #CBAF79

Tints of Putty #CBAF79

Color information

#CBAF79 (or 0xCBAF79) is unknown color: approx Putty. HEX triplet: CB, AF and 79. RGB value is (203,175,121). Sum of RGB (Red+Green+Blue) = 203+175+121=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF79 is #345086. Grayscale: #B1B1B1. Windows color (decimal): -3428487 or 7974859. OLE color: 7974859.

HSL color Cylindrical-coordinate representation of color #CBAF79: hue angle of 39.51º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAF79 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203175121-
CMYK00.140.400.20
HSL39.51º44.09%63.53%-
HSV(B)39.51º40.39%79.61%-
XYZ43.4144.7424.44-
YUV177.2296.28146.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=40.68%
G=35.07%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317512100.140.400.2039.5144.0963.53
HexCBAF790E2814282c40
Octal31325717101650245054100
Binary1100101110101111111100101110101000101001010001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF79; }

 p { color: rgb(203,175,121); }

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

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

 a { background-color: rgb(203,175,121); }

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

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

 span { border-color: rgb(203,175,121); }

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