Html Css Color HEX #CA9980 Feldspar

📋 copy color: '#CA9980'

red 202 ◦ green 153 ◦ blue 128

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

Shades of Feldspar #CA9980

Tints of Feldspar #CA9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

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

R = 41.82%
G = 31.68%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA9980 (or 0xCA9980) is known color: Feldspar. HEX triplet: CA, 99 and 80. RGB value is (202,153,128). Sum of RGB (Red+Green+Blue) = 202+153+128=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9980 is #35667F. Grayscale: #A4A4A4. Windows color (decimal): -3499648 or 8427978. OLE color: 8427978.

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

Color convert

RGB 202 153 128 -
CMYK 0 0.24 0.37 0.21
HSL 20.27º 0.41% 0.65% -
HSV(B) 20.27º 0.37% 0.79% -
XYZ 39.64 36.9 25.45 -
YUV 164.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 202 153 128 0 0.24 0.37 0.21 20.27 0.41 0.65
Hex CA 99 80 0 18 25 15 14 29 41
Octal 312 231 200 0 30 45 25 24 51 101
Binary 11001010 10011001 10000000 0 11000 100101 10101 10100 101001 1000001

Color Harmonies of #CA9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9980

Black with #CA9980

Text Example


Text Example

White with #CA9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9980; }

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

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

background-color css

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

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

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

border-color css

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

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

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