#CB8975

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

Shades of Feldspar #CB8975

Tints of Feldspar #CB8975

Color information

#CB8975 (or 0xCB8975) is unknown color: approx Feldspar. HEX triplet: CB, 89 and 75. RGB value is (203,137,117). Sum of RGB (Red+Green+Blue) = 203+137+117=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8975 is #34768A. Grayscale: #9A9A9A. Windows color (decimal): -3438219 or 7702987. OLE color: 7702987.

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

Color convert

RGB203137117-
CMYK00.330.420.20
HSL13.95º45.26%62.75%-
HSV(B)13.95º42.36%79.61%-
XYZ36.7931.8721.04-
YUV154.45106.87162.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=44.42%
G=29.98%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313711700.330.420.2013.9545.2662.75
HexCB89750212A14e2d3f
Octal3132111650415224165577
Binary110010111000100111101010100001101010101001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8975; }

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

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

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

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

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

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

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

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