#CBAF72

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

Shades of Putty #CBAF72

Tints of Putty #CBAF72

Color information

#CBAF72 (or 0xCBAF72) is unknown color: approx Putty. HEX triplet: CB, AF and 72. RGB value is (203,175,114). Sum of RGB (Red+Green+Blue) = 203+175+114=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF72 is #34508D. Grayscale: #B0B0B0. Windows color (decimal): -3428494 or 7516107. OLE color: 7516107.

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

Color convert

RGB203175114-
CMYK00.140.440.20
HSL41.12º46.11%62.16%-
HSV(B)41.12º43.84%79.61%-
XYZ4344.5722.26-
YUV176.4292.78146.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=41.26%
G=35.57%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317511400.140.440.2041.1246.1162.16
HexCBAF720E2C14292e3e
Octal3132571620165424515676
Binary110010111010111111100100111010110010100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF72; }

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

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

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

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

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

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

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

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