#CB9578

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

Shades of Feldspar #CB9578

Tints of Feldspar #CB9578

Color information

#CB9578 (or 0xCB9578) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 78. RGB value is (203,149,120). Sum of RGB (Red+Green+Blue) = 203+149+120=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9578 is #346A87. Grayscale: #A2A2A2. Windows color (decimal): -3435144 or 7902667. OLE color: 7902667.

HSL color Cylindrical-coordinate representation of color #CB9578: hue angle of 20.96º 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 #CB9578 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB203149120-
CMYK00.270.410.20
HSL20.96º44.39%63.33%-
HSV(B)20.96º40.89%79.61%-
XYZ38.7735.5522.59-
YUV161.84104.39157.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=43.01%
G=31.57%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314912000.270.410.2020.9644.3963.33
HexCB957801B2914152c3f
Octal3132251700335124255477
Binary110010111001010111110000110111010011010010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9578; }

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

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

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

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

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

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

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

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