#CB906D

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

Shades of Feldspar #CB906D

Tints of Feldspar #CB906D

Color information

#CB906D (or 0xCB906D) is unknown color: approx Feldspar. HEX triplet: CB, 90 and 6D. RGB value is (203,144,109). Sum of RGB (Red+Green+Blue) = 203+144+109=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB906D is #346F92. Grayscale: #9D9D9D. Windows color (decimal): -3436435 or 7180491. OLE color: 7180491.

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

Color convert

RGB203144109-
CMYK00.290.460.20
HSL22.34º47.47%61.18%-
HSV(B)22.34º46.31%79.61%-
XYZ37.3633.7519.01-
YUV157.65100.55160.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=44.52%
G=31.58%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314410900.290.460.2022.3447.4761.18
HexCB906D01D2E14162f3d
Octal3132201550355624265775
Binary110010111001000011011010111011011101010010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB906D; }

 p { color: rgb(203,144,109); }

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

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

 a { background-color: rgb(203,144,109); }

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

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

 span { border-color: rgb(203,144,109); }

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