#CB9375

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

Shades of Feldspar #CB9375

Tints of Feldspar #CB9375

Color information

#CB9375 (or 0xCB9375) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 75. RGB value is (203,147,117). Sum of RGB (Red+Green+Blue) = 203+147+117=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9375 is #346C8A. Grayscale: #A0A0A0. Windows color (decimal): -3435659 or 7705547. OLE color: 7705547.

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

Color convert

RGB203147117-
CMYK00.280.420.20
HSL20.93º45.26%62.75%-
HSV(B)20.93º42.36%79.61%-
XYZ38.2734.8521.54-
YUV160.32103.55158.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=43.47%
G=31.48%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314711700.280.420.2020.9345.2662.75
HexCB937501C2A14152d3f
Octal3132231650345224255577
Binary110010111001001111101010111001010101010010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9375; }

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

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

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

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

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

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

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

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