Html Css Color HEX #CA9374 Feldspar

📋 copy color: '#CA9374'

red 202 ◦ green 147 ◦ blue 116

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

Shades of Feldspar #CA9374

Tints of Feldspar #CA9374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.61%

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

R = 43.44%
G = 31.61%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA9374 (or 0xCA9374) is known color: Feldspar. HEX triplet: CA, 93 and 74. RGB value is (202,147,116). Sum of RGB (Red+Green+Blue) = 202+147+116=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9374 is #356C8B. Grayscale: #A0A0A0. Windows color (decimal): -3501196 or 7640010. OLE color: 7640010.

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

Color convert

RGB 202 147 116 -
CMYK 0 0.27 0.43 0.21
HSL 21.63º 0.45% 0.62% -
HSV(B) 21.63º 0.43% 0.79% -
XYZ 37.94 34.68 21.22 -
YUV 159.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 202 147 116 0 0.27 0.43 0.21 21.63 0.45 0.62
Hex CA 93 74 0 1B 2B 15 16 2D 3E
Octal 312 223 164 0 33 53 25 26 55 76
Binary 11001010 10010011 1110100 0 11011 101011 10101 10110 101101 111110

Color Harmonies of #CA9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9374

Black with #CA9374

Text Example


Text Example

White with #CA9374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9374; }

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

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

background-color css

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

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

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

border-color css

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

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

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