#CB9A7B

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

Shades of Feldspar #CB9A7B

Tints of Feldspar #CB9A7B

Color information

#CB9A7B (or 0xCB9A7B) is unknown color: approx Feldspar. HEX triplet: CB, 9A and 7B. RGB value is (203,154,123). Sum of RGB (Red+Green+Blue) = 203+154+123=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A7B is #346584. Grayscale: #A5A5A5. Windows color (decimal): -3433861 or 8100555. OLE color: 8100555.

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

Color convert

RGB203154123-
CMYK00.240.390.20
HSL23.25º43.48%63.92%-
HSV(B)23.25º39.41%79.61%-
XYZ39.7637.2423.83-
YUV165.12104.23155.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=42.29%
G=32.08%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315412300.240.390.2023.2543.4863.92
HexCB9A7B0182714172b40
Octal31323217303047242753100
Binary1100101110011010111101101100010011110100101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A7B; }

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

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

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

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

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

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

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

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