Html Css Color HEX #CA9874 Feldspar

📋 copy color: '#CA9874'

red 202 ◦ green 152 ◦ blue 116

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

Shades of Feldspar #CA9874

Tints of Feldspar #CA9874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 42.98%
G = 32.34%
B = 24.68%

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

#CA9874 (or 0xCA9874) is known color: Feldspar. HEX triplet: CA, 98 and 74. RGB value is (202,152,116). Sum of RGB (Red+Green+Blue) = 202+152+116=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9874 is #35678B. Grayscale: #A3A3A3. Windows color (decimal): -3499916 or 7641290. OLE color: 7641290.

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

Color convert

RGB 202 152 116 -
CMYK 0 0.25 0.43 0.21
HSL 25.12º 0.45% 0.62% -
HSV(B) 25.12º 0.43% 0.79% -
XYZ 38.74 36.27 21.48 -
YUV 162.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 202 152 116 0 0.25 0.43 0.21 25.12 0.45 0.62
Hex CA 98 74 0 19 2B 15 19 2D 3E
Octal 312 230 164 0 31 53 25 31 55 76
Binary 11001010 10011000 1110100 0 11001 101011 10101 11001 101101 111110

Color Harmonies of #CA9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9874

Black with #CA9874

Text Example


Text Example

White with #CA9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9874; }

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

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

background-color css

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

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

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

border-color css

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

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

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