#CB967F

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

Shades of Feldspar #CB967F

Tints of Feldspar #CB967F

Color information

#CB967F (or 0xCB967F) is unknown color: approx Feldspar. HEX triplet: CB, 96 and 7F. RGB value is (203,150,127). Sum of RGB (Red+Green+Blue) = 203+150+127=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB967F is #346980. Grayscale: #A3A3A3. Windows color (decimal): -3434881 or 8361675. OLE color: 8361675.

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

Color convert

RGB203150127-
CMYK00.260.370.20
HSL18.16º42.22%64.71%-
HSV(B)18.16º37.44%79.61%-
XYZ39.3736.0424.96-
YUV163.22107.56156.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 26.46%
R=42.29%
G=31.25%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315012700.260.370.2018.1642.2264.71
HexCB967F01A2514122a41
Octal31322617703245242252101
Binary1100101110010110111111101101010010110100100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB967F; }

 p { color: rgb(203,150,127); }

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

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

 a { background-color: rgb(203,150,127); }

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

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

 span { border-color: rgb(203,150,127); }

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