#CB997E

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

Shades of Feldspar #CB997E

Tints of Feldspar #CB997E

Color information

#CB997E (or 0xCB997E) is unknown color: approx Feldspar. HEX triplet: CB, 99 and 7E. RGB value is (203,153,126). Sum of RGB (Red+Green+Blue) = 203+153+126=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB997E is #346681. Grayscale: #A5A5A5. Windows color (decimal): -3434114 or 8296907. OLE color: 8296907.

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

Color convert

RGB203153126-
CMYK00.250.380.20
HSL21.04º42.54%64.51%-
HSV(B)21.04º37.93%79.61%-
XYZ39.7936.9924.78-
YUV164.87106.06155.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=42.12%
G=31.74%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315312600.250.380.2021.0442.5464.51
HexCB997E0192614152b41
Octal31323117603146242553101
Binary1100101110011001111111001100110011010100101011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB997E; }

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

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

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

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

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

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

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

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