Html Css Color HEX #CA9877 Feldspar

📋 copy color: '#CA9877'

red 202 ◦ green 152 ◦ blue 119

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

Shades of Feldspar #CA9877

Tints of Feldspar #CA9877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 42.71%
G = 32.14%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9877 (or 0xCA9877) is known color: Feldspar. HEX triplet: CA, 98 and 77. RGB value is (202,152,119). Sum of RGB (Red+Green+Blue) = 202+152+119=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9877 is #356788. Grayscale: #A3A3A3. Windows color (decimal): -3499913 or 7837898. OLE color: 7837898.

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

Color convert

RGB 202 152 119 -
CMYK 0 0.25 0.41 0.21
HSL 23.86º 0.44% 0.63% -
HSV(B) 23.86º 0.41% 0.79% -
XYZ 38.92 36.34 22.42 -
YUV 163.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 202 152 119 0 0.25 0.41 0.21 23.86 0.44 0.63
Hex CA 98 77 0 19 29 15 18 2C 3F
Octal 312 230 167 0 31 51 25 30 54 77
Binary 11001010 10011000 1110111 0 11001 101001 10101 11000 101100 111111

Color Harmonies of #CA9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9877

Black with #CA9877

Text Example


Text Example

White with #CA9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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