#CB947D

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

Shades of Feldspar #CB947D

Tints of Feldspar #CB947D

Color information

#CB947D (or 0xCB947D) is unknown color: approx Feldspar. HEX triplet: CB, 94 and 7D. RGB value is (203,148,125). Sum of RGB (Red+Green+Blue) = 203+148+125=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB947D is #346B82. Grayscale: #A1A1A1. Windows color (decimal): -3435395 or 8230091. OLE color: 8230091.

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

Color convert

RGB203148125-
CMYK00.270.380.20
HSL17.69º42.86%64.31%-
HSV(B)17.69º38.42%79.61%-
XYZ38.9235.3624.18-
YUV161.82107.22157.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=42.65%
G=31.09%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314812500.270.380.2017.6942.8664.31
HexCB947D01B2614122b40
Octal31322417503346242253100
Binary1100101110010100111110101101110011010100100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB947D; }

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

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

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

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

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

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

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

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