Html Css Color HEX #CA9480 Feldspar

📋 copy color: '#CA9480'

red 202 ◦ green 148 ◦ blue 128

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

Shades of Feldspar #CA9480

Tints of Feldspar #CA9480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 42.26%
G = 30.96%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA9480 (or 0xCA9480) is known color: Feldspar. HEX triplet: CA, 94 and 80. RGB value is (202,148,128). Sum of RGB (Red+Green+Blue) = 202+148+128=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9480 is #356B7F. Grayscale: #A2A2A2. Windows color (decimal): -3500928 or 8426698. OLE color: 8426698.

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

Color convert

RGB 202 148 128 -
CMYK 0 0.27 0.37 0.21
HSL 16.22º 0.41% 0.65% -
HSV(B) 16.22º 0.37% 0.79% -
XYZ 38.84 35.29 25.19 -
YUV 161.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 202 148 128 0 0.27 0.37 0.21 16.22 0.41 0.65
Hex CA 94 80 0 1B 25 15 10 29 41
Octal 312 224 200 0 33 45 25 20 51 101
Binary 11001010 10010100 10000000 0 11011 100101 10101 10000 101001 1000001

Color Harmonies of #CA9480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9480

Black with #CA9480

Text Example


Text Example

White with #CA9480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9480; }

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

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

background-color css

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

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

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

border-color css

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

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

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