#CBB06C

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

Shades of Putty #CBB06C

Tints of Putty #CBB06C

Color information

#CBB06C (or 0xCBB06C) is unknown color: approx Putty. HEX triplet: CB, B0 and 6C. RGB value is (203,176,108). Sum of RGB (Red+Green+Blue) = 203+176+108=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06C is #344F93. Grayscale: #B0B0B0. Windows color (decimal): -3428244 or 7123147. OLE color: 7123147.

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

Color convert

RGB203176108-
CMYK00.130.470.20
HSL42.95º47.74%60.98%-
HSV(B)42.95º46.8%79.61%-
XYZ42.8644.8320.58-
YUV176.3289.45147.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=41.68%
G=36.14%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317610800.130.470.2042.9547.7460.98
HexCBB06C0D2F142b303d
Octal3132601540155724536075
Binary110010111011000011011000110110111110100101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB06C; }

 p { color: rgb(203,176,108); }

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

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

 a { background-color: rgb(203,176,108); }

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

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

 span { border-color: rgb(203,176,108); }

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