Html Css Color HEX #CA9474 Feldspar

📋 copy color: '#CA9474'

red 202 ◦ green 148 ◦ blue 116

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

Shades of Feldspar #CA9474

Tints of Feldspar #CA9474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 43.35%
G = 31.76%
B = 24.89%

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

#CA9474 (or 0xCA9474) is known color: Feldspar. HEX triplet: CA, 94 and 74. RGB value is (202,148,116). Sum of RGB (Red+Green+Blue) = 202+148+116=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9474 is #356B8B. Grayscale: #A0A0A0. Windows color (decimal): -3500940 or 7640266. OLE color: 7640266.

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

Color convert

RGB 202 148 116 -
CMYK 0 0.27 0.43 0.21
HSL 22.33º 0.45% 0.62% -
HSV(B) 22.33º 0.43% 0.79% -
XYZ 38.1 35 21.27 -
YUV 160.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 202 148 116 0 0.27 0.43 0.21 22.33 0.45 0.62
Hex CA 94 74 0 1B 2B 15 16 2D 3E
Octal 312 224 164 0 33 53 25 26 55 76
Binary 11001010 10010100 1110100 0 11011 101011 10101 10110 101101 111110

Color Harmonies of #CA9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9474

Black with #CA9474

Text Example


Text Example

White with #CA9474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9474; }

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

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

background-color css

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

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

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

border-color css

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

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

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