#CB956E

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

Shades of Feldspar #CB956E

Tints of Feldspar #CB956E

Color information

#CB956E (or 0xCB956E) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 6E. RGB value is (203,149,110). Sum of RGB (Red+Green+Blue) = 203+149+110=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB956E is #346A91. Grayscale: #A0A0A0. Windows color (decimal): -3435154 or 7247307. OLE color: 7247307.

HSL color Cylindrical-coordinate representation of color #CB956E: hue angle of 25.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB956E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203149110-
CMYK00.270.460.20
HSL25.16º47.21%61.37%-
HSV(B)25.16º45.81%79.61%-
XYZ38.1935.3219.56-
YUV160.799.39158.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=43.94%
G=32.25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314911000.270.460.2025.1647.2161.37
HexCB956E01B2E14192f3d
Octal3132251560335624315775
Binary110010111001010111011100110111011101010011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB956E; }

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

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

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

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

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

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

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

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