#CBAF76

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

Shades of Putty #CBAF76

Tints of Putty #CBAF76

Color information

#CBAF76 (or 0xCBAF76) is unknown color: approx Putty. HEX triplet: CB, AF and 76. RGB value is (203,175,118). Sum of RGB (Red+Green+Blue) = 203+175+118=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF76 is #345089. Grayscale: #B1B1B1. Windows color (decimal): -3428490 or 7778251. OLE color: 7778251.

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

Color convert

RGB203175118-
CMYK00.140.420.20
HSL40.24º44.97%62.94%-
HSV(B)40.24º41.87%79.61%-
XYZ43.2344.6623.48-
YUV176.8794.78146.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=40.93%
G=35.28%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317511800.140.420.2040.2444.9762.94
HexCBAF760E2A14282d3f
Octal3132571660165224505577
Binary110010111010111111101100111010101010100101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF76; }

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

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

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

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

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

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

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

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