#CB997A

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

Shades of Feldspar #CB997A

Tints of Feldspar #CB997A

Color information

#CB997A (or 0xCB997A) is unknown color: approx Feldspar. HEX triplet: CB, 99 and 7A. RGB value is (203,153,122). Sum of RGB (Red+Green+Blue) = 203+153+122=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB997A is #346685. Grayscale: #A4A4A4. Windows color (decimal): -3434118 or 8034763. OLE color: 8034763.

HSL color Cylindrical-coordinate representation of color #CB997A: hue angle of 22.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB997A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203153122-
CMYK00.250.400.20
HSL22.96º43.78%63.73%-
HSV(B)22.96º39.9%79.61%-
XYZ39.5336.8823.45-
YUV164.42104.06155.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=42.47%
G=32.01%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315312200.250.400.2022.9643.7863.73
HexCB997A0192814172c40
Octal31323117203150242754100
Binary1100101110011001111101001100110100010100101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB997A; }

 p { color: rgb(203,153,122); }

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

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

 a { background-color: rgb(203,153,122); }

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

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

 span { border-color: rgb(203,153,122); }

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