#CB9780

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

Shades of Feldspar #CB9780

Tints of Feldspar #CB9780

Color information

#CB9780 (or 0xCB9780) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 80. RGB value is (203,151,128). Sum of RGB (Red+Green+Blue) = 203+151+128=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9780 is #34687F. Grayscale: #A4A4A4. Windows color (decimal): -3434624 or 8427467. OLE color: 8427467.

HSL color Cylindrical-coordinate representation of color #CB9780: hue angle of 18.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9780 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203151128-
CMYK00.260.370.20
HSL18.4º41.9%64.9%-
HSV(B)18.4º36.95%79.61%-
XYZ39.5936.3925.36-
YUV163.93107.73155.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=42.12%
G=31.33%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315112800.260.370.2018.441.964.9
HexCB978001A2514122a41
Octal31322720003245242252101
Binary11001011100101111000000001101010010110100100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9780; }

 p { color: rgb(203,151,128); }

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

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

 a { background-color: rgb(203,151,128); }

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

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

 span { border-color: rgb(203,151,128); }

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