Html Css Color HEX #CA9879 Feldspar

📋 copy color: '#CA9879'

red 202 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #CA9879

Tints of Feldspar #CA9879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 42.53%
G = 32%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA9879 (or 0xCA9879) is known color: Feldspar. HEX triplet: CA, 98 and 79. RGB value is (202,152,121). Sum of RGB (Red+Green+Blue) = 202+152+121=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9879 is #356786. Grayscale: #A3A3A3. Windows color (decimal): -3499911 or 7968970. OLE color: 7968970.

HSL color Cylindrical-coordinate representation of color #CA9879: hue angle of 22.96º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9879 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 121 -
CMYK 0 0.25 0.40 0.21
HSL 22.96º 0.43% 0.63% -
HSV(B) 22.96º 0.4% 0.79% -
XYZ 39.04 36.39 23.06 -
YUV 163.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 202 152 121 0 0.25 0.40 0.21 22.96 0.43 0.63
Hex CA 98 79 0 19 28 15 17 2B 3F
Octal 312 230 171 0 31 50 25 27 53 77
Binary 11001010 10011000 1111001 0 11001 101000 10101 10111 101011 111111

Color Harmonies of #CA9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9879

Black with #CA9879

Text Example


Text Example

White with #CA9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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