#CB936F

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

Shades of Feldspar #CB936F

Tints of Feldspar #CB936F

Color information

#CB936F (or 0xCB936F) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 6F. RGB value is (203,147,111). Sum of RGB (Red+Green+Blue) = 203+147+111=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB936F is #346C90. Grayscale: #9F9F9F. Windows color (decimal): -3435665 or 7312331. OLE color: 7312331.

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

Color convert

RGB203147111-
CMYK00.280.450.20
HSL23.48º46.94%61.57%-
HSV(B)23.48º45.32%79.61%-
XYZ37.9334.7119.74-
YUV159.64100.55158.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=44.03%
G=31.89%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314711100.280.450.2023.4846.9461.57
HexCB936F01C2D14172f3e
Octal3132231570345524275776
Binary110010111001001111011110111001011011010010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB936F; }

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

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

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

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

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

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

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

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