#CBAF6F

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

Shades of Putty #CBAF6F

Tints of Putty #CBAF6F

Color information

#CBAF6F (or 0xCBAF6F) is unknown color: approx Putty. HEX triplet: CB, AF and 6F. RGB value is (203,175,111). Sum of RGB (Red+Green+Blue) = 203+175+111=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF6F is #345090. Grayscale: #B0B0B0. Windows color (decimal): -3428497 or 7319499. OLE color: 7319499.

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

Color convert

RGB203175111-
CMYK00.140.450.20
HSL41.74º46.94%61.57%-
HSV(B)41.74º45.32%79.61%-
XYZ42.8344.521.37-
YUV176.0891.28147.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=41.51%
G=35.79%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317511100.140.450.2041.7446.9461.57
HexCBAF6F0E2D142a2f3e
Octal3132571570165524525776
Binary110010111010111111011110111010110110100101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF6F; }

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

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

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

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

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

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

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

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