#CB8B75

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

Shades of Feldspar #CB8B75

Tints of Feldspar #CB8B75

Color information

#CB8B75 (or 0xCB8B75) is unknown color: approx Feldspar. HEX triplet: CB, 8B and 75. RGB value is (203,139,117). Sum of RGB (Red+Green+Blue) = 203+139+117=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B75 is #34748A. Grayscale: #9B9B9B. Windows color (decimal): -3437707 or 7703499. OLE color: 7703499.

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

Color convert

RGB203139117-
CMYK00.320.420.20
HSL15.35º45.26%62.75%-
HSV(B)15.35º42.36%79.61%-
XYZ37.0732.4521.14-
YUV155.63106.2161.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=44.23%
G=30.28%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313911700.320.420.2015.3545.2662.75
HexCB8B750202A14f2d3f
Octal3132131650405224175577
Binary110010111000101111101010100000101010101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B75; }

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

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

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

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

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

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

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

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