Html Css Color HEX #CA9880 Feldspar

📋 copy color: '#CA9880'

red 202 ◦ green 152 ◦ blue 128

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

Shades of Feldspar #CA9880

Tints of Feldspar #CA9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

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

R = 41.91%
G = 31.54%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA9880 (or 0xCA9880) is known color: Feldspar. HEX triplet: CA, 98 and 80. RGB value is (202,152,128). Sum of RGB (Red+Green+Blue) = 202+152+128=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9880 is #35677F. Grayscale: #A4A4A4. Windows color (decimal): -3499904 or 8427722. OLE color: 8427722.

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

Color convert

RGB 202 152 128 -
CMYK 0 0.25 0.37 0.21
HSL 19.46º 0.41% 0.65% -
HSV(B) 19.46º 0.37% 0.79% -
XYZ 39.48 36.57 25.4 -
YUV 164.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 202 152 128 0 0.25 0.37 0.21 19.46 0.41 0.65
Hex CA 98 80 0 19 25 15 13 29 41
Octal 312 230 200 0 31 45 25 23 51 101
Binary 11001010 10011000 10000000 0 11001 100101 10101 10011 101001 1000001

Color Harmonies of #CA9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9880

Black with #CA9880

Text Example


Text Example

White with #CA9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9880; }

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

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

background-color css

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

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

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

border-color css

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

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

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