#CB9574

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

Shades of Feldspar #CB9574

Tints of Feldspar #CB9574

Color information

#CB9574 (or 0xCB9574) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 74. RGB value is (203,149,116). Sum of RGB (Red+Green+Blue) = 203+149+116=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9574 is #346A8B. Grayscale: #A1A1A1. Windows color (decimal): -3435148 or 7640523. OLE color: 7640523.

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

Color convert

RGB203149116-
CMYK00.270.430.20
HSL22.76º45.55%62.55%-
HSV(B)22.76º42.86%79.61%-
XYZ38.5335.4521.34-
YUV161.38102.39157.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=43.38%
G=31.84%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314911600.270.430.2022.7645.5562.55
HexCB957401B2B14172e3f
Octal3132251640335324275677
Binary110010111001010111101000110111010111010010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9574; }

 p { color: rgb(203,149,116); }

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

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

 a { background-color: rgb(203,149,116); }

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

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

 span { border-color: rgb(203,149,116); }

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