#CB967D

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

Shades of Feldspar #CB967D

Tints of Feldspar #CB967D

Color information

#CB967D (or 0xCB967D) is unknown color: approx Feldspar. HEX triplet: CB, 96 and 7D. RGB value is (203,150,125). Sum of RGB (Red+Green+Blue) = 203+150+125=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB967D is #346982. Grayscale: #A3A3A3. Windows color (decimal): -3434883 or 8230603. OLE color: 8230603.

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

Color convert

RGB203150125-
CMYK00.260.380.20
HSL19.23º42.86%64.31%-
HSV(B)19.23º38.42%79.61%-
XYZ39.2435.9924.28-
YUV163106.56156.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=42.47%
G=31.38%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315012500.260.380.2019.2342.8664.31
HexCB967D01A2614132b40
Octal31322617503246242353100
Binary1100101110010110111110101101010011010100100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB967D; }

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

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

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

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

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

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

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

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