#CB8970

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

Shades of Feldspar #CB8970

Tints of Feldspar #CB8970

Color information

#CB8970 (or 0xCB8970) is unknown color: approx Feldspar. HEX triplet: CB, 89 and 70. RGB value is (203,137,112). Sum of RGB (Red+Green+Blue) = 203+137+112=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8970 is #34768F. Grayscale: #9A9A9A. Windows color (decimal): -3438224 or 7375307. OLE color: 7375307.

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

Color convert

RGB203137112-
CMYK00.330.450.20
HSL16.48º46.67%61.76%-
HSV(B)16.48º44.83%79.61%-
XYZ36.531.7619.54-
YUV153.88104.37163.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=44.91%
G=30.31%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313711200.330.450.2016.4846.6761.76
HexCB89700212D14102f3e
Octal3132111600415524205776
Binary1100101110001001111000001000011011011010010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8970; }

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

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

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

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

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

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

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

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