#CBB078

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

Shades of Putty #CBB078

Tints of Putty #CBB078

Color information

#CBB078 (or 0xCBB078) is unknown color: approx Putty. HEX triplet: CB, B0 and 78. RGB value is (203,176,120). Sum of RGB (Red+Green+Blue) = 203+176+120=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB078 is #344F87. Grayscale: #B1B1B1. Windows color (decimal): -3428232 or 7909579. OLE color: 7909579.

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

Color convert

RGB203176120-
CMYK00.130.410.20
HSL40.48º44.39%63.33%-
HSV(B)40.48º40.89%79.61%-
XYZ43.5445.124.18-
YUV177.6995.45146.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=40.68%
G=35.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317612000.130.410.2040.4844.3963.33
HexCBB0780D2914282c3f
Octal3132601700155124505477
Binary110010111011000011110000110110100110100101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB078; }

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

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

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

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

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

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

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

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