#CB977E

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

Shades of Feldspar #CB977E

Tints of Feldspar #CB977E

Color information

#CB977E (or 0xCB977E) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 7E. RGB value is (203,151,126). Sum of RGB (Red+Green+Blue) = 203+151+126=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB977E is #346881. Grayscale: #A3A3A3. Windows color (decimal): -3434626 or 8296395. OLE color: 8296395.

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

Color convert

RGB203151126-
CMYK00.260.380.20
HSL19.48º42.54%64.51%-
HSV(B)19.48º37.93%79.61%-
XYZ39.4636.3424.67-
YUV163.7106.73156.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=42.29%
G=31.46%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315112600.260.380.2019.4842.5464.51
HexCB977E01A2614132b41
Octal31322717603246242353101
Binary1100101110010111111111001101010011010100100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB977E; }

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

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

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

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

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

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

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

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