#CB937D

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

Shades of Feldspar #CB937D

Tints of Feldspar #CB937D

Color information

#CB937D (or 0xCB937D) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 7D. RGB value is (203,147,125). Sum of RGB (Red+Green+Blue) = 203+147+125=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB937D is #346C82. Grayscale: #A1A1A1. Windows color (decimal): -3435651 or 8229835. OLE color: 8229835.

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

Color convert

RGB203147125-
CMYK00.280.380.20
HSL16.92º42.86%64.31%-
HSV(B)16.92º38.42%79.61%-
XYZ38.7635.0424.12-
YUV161.24107.55157.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=42.74%
G=30.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314712500.280.380.2016.9242.8664.31
HexCB937D01C2614112b40
Octal31322317503446242153100
Binary1100101110010011111110101110010011010100100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB937D; }

 p { color: rgb(203,147,125); }

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

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

 a { background-color: rgb(203,147,125); }

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

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

 span { border-color: rgb(203,147,125); }

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