#CB946D

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

Shades of Feldspar #CB946D

Tints of Feldspar #CB946D

Color information

#CB946D (or 0xCB946D) is unknown color: approx Feldspar. HEX triplet: CB, 94 and 6D. RGB value is (203,148,109). Sum of RGB (Red+Green+Blue) = 203+148+109=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB946D is #346B92. Grayscale: #A0A0A0. Windows color (decimal): -3435411 or 7181515. OLE color: 7181515.

HSL color Cylindrical-coordinate representation of color #CB946D: hue angle of 24.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB946D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203148109-
CMYK00.270.460.20
HSL24.89º47.47%61.18%-
HSV(B)24.89º46.31%79.61%-
XYZ37.9834.9819.22-
YUV16099.22158.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=44.13%
G=32.17%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314810900.270.460.2024.8947.4761.18
HexCB946D01B2E14192f3d
Octal3132241550335624315775
Binary110010111001010011011010110111011101010011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB946D; }

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

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

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

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

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

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

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

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