Html Css Color HEX #CA9873 Feldspar

📋 copy color: '#CA9873'

red 202 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #CA9873

Tints of Feldspar #CA9873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 43.07%
G = 32.41%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA9873 (or 0xCA9873) is known color: Feldspar. HEX triplet: CA, 98 and 73. RGB value is (202,152,115). Sum of RGB (Red+Green+Blue) = 202+152+115=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9873 is #35678C. Grayscale: #A2A2A2. Windows color (decimal): -3499917 or 7575754. OLE color: 7575754.

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

Color convert

RGB 202 152 115 -
CMYK 0 0.25 0.43 0.21
HSL 25.52º 0.45% 0.62% -
HSV(B) 25.52º 0.43% 0.79% -
XYZ 38.68 36.25 21.18 -
YUV 162.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 202 152 115 0 0.25 0.43 0.21 25.52 0.45 0.62
Hex CA 98 73 0 19 2B 15 1A 2D 3E
Octal 312 230 163 0 31 53 25 32 55 76
Binary 11001010 10011000 1110011 0 11001 101011 10101 11010 101101 111110

Color Harmonies of #CA9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9873

Black with #CA9873

Text Example


Text Example

White with #CA9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9873; }

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

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

background-color css

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

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

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

border-color css

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

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

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