Html Css Color HEX #CA9580 Feldspar

📋 copy color: '#CA9580'

red 202 ◦ green 149 ◦ blue 128

#CA9580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #CA9580

Tints of Feldspar #CA9580

RGB

 RED value IS 202 (79.3% from 255) = 42.17%

 GREEN value IS 149 (58.59% from 255) = 31.11%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 42.17%
G = 31.11%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA9580 (or 0xCA9580) is known color: Feldspar. HEX triplet: CA, 95 and 80. RGB value is (202,149,128). Sum of RGB (Red+Green+Blue) = 202+149+128=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9580 is #356A7F. Grayscale: #A2A2A2. Windows color (decimal): -3500672 or 8426954. OLE color: 8426954.

HSL color Cylindrical-coordinate representation of color #CA9580: hue angle of 17.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9580 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 128 -
CMYK 0 0.26 0.37 0.21
HSL 17.03º 0.41% 0.65% -
HSV(B) 17.03º 0.37% 0.79% -
XYZ 39 35.61 25.24 -
YUV 162.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 202 149 128 0 0.26 0.37 0.21 17.03 0.41 0.65
Hex CA 95 80 0 1A 25 15 11 29 41
Octal 312 225 200 0 32 45 25 21 51 101
Binary 11001010 10010101 10000000 0 11010 100101 10101 10001 101001 1000001

Color Harmonies of #CA9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9580

Black with #CA9580

Text Example


Text Example

White with #CA9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9580; }

 p { color: rgb(202,149,128); }

 H1.HeaderClassName
 {
   color: #CA9580;
 }
 .AnyTagClassName
 {
   color: #CA9580;
 }
</style>

background-color css

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

 a { background-color: rgb(202,149,128); }

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

border-color css

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

 span { border-color: rgb(202,149,128); }

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