#CB937F

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

Shades of Feldspar #CB937F

Tints of Feldspar #CB937F

Color information

#CB937F (or 0xCB937F) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 7F. RGB value is (203,147,127). Sum of RGB (Red+Green+Blue) = 203+147+127=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB937F is #346C80. Grayscale: #A1A1A1. Windows color (decimal): -3435649 or 8360907. OLE color: 8360907.

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

Color convert

RGB203147127-
CMYK00.280.370.20
HSL15.79º42.22%64.71%-
HSV(B)15.79º37.44%79.61%-
XYZ38.8935.124.8-
YUV161.46108.55157.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 127 (50% from 255) = 26.62%
R=42.56%
G=30.82%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314712700.280.370.2015.7942.2264.71
HexCB937F01C2514102a41
Octal31322317703445242052101
Binary1100101110010011111111101110010010110100100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB937F; }

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

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

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

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

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

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

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

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