#CB9A7A

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

Shades of Feldspar #CB9A7A

Tints of Feldspar #CB9A7A

Color information

#CB9A7A (or 0xCB9A7A) is unknown color: approx Feldspar. HEX triplet: CB, 9A and 7A. RGB value is (203,154,122). Sum of RGB (Red+Green+Blue) = 203+154+122=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A7A is #346585. Grayscale: #A5A5A5. Windows color (decimal): -3433862 or 8035019. OLE color: 8035019.

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

Color convert

RGB203154122-
CMYK00.240.400.20
HSL23.7º43.78%63.73%-
HSV(B)23.7º39.9%79.61%-
XYZ39.737.2123.5-
YUV165103.73155.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=42.38%
G=32.15%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315412200.240.400.2023.743.7863.73
HexCB9A7A0182814182c40
Octal31323217203050243054100
Binary1100101110011010111101001100010100010100110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A7A; }

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

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

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

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

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

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

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

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