#CBB07B

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

Shades of Putty #CBB07B

Tints of Putty #CBB07B

Color information

#CBB07B (or 0xCBB07B) is unknown color: approx Putty. HEX triplet: CB, B0 and 7B. RGB value is (203,176,123). Sum of RGB (Red+Green+Blue) = 203+176+123=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB07B is #344F84. Grayscale: #B2B2B2. Windows color (decimal): -3428229 or 8106187. OLE color: 8106187.

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

Color convert

RGB203176123-
CMYK00.130.390.20
HSL39.75º43.48%63.92%-
HSV(B)39.75º39.41%79.61%-
XYZ43.7345.1825.15-
YUV178.0396.95145.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=40.44%
G=35.06%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317612300.130.390.2039.7543.4863.92
HexCBB07B0D2714282b40
Octal31326017301547245053100
Binary1100101110110000111101101101100111101001010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB07B; }

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

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

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

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

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

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

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

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