Html Css Color HEX #CA9074 Feldspar

📋 copy color: '#CA9074'

red 202 ◦ green 144 ◦ blue 116

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

Shades of Feldspar #CA9074

Tints of Feldspar #CA9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 43.72%
G = 31.17%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA9074 (or 0xCA9074) is known color: Feldspar. HEX triplet: CA, 90 and 74. RGB value is (202,144,116). Sum of RGB (Red+Green+Blue) = 202+144+116=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9074 is #356F8B. Grayscale: #9E9E9E. Windows color (decimal): -3501964 or 7639242. OLE color: 7639242.

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

Color convert

RGB 202 144 116 -
CMYK 0 0.29 0.43 0.21
HSL 19.53º 0.45% 0.62% -
HSV(B) 19.53º 0.43% 0.79% -
XYZ 37.48 33.76 21.06 -
YUV 158.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 202 144 116 0 0.29 0.43 0.21 19.53 0.45 0.62
Hex CA 90 74 0 1D 2B 15 14 2D 3E
Octal 312 220 164 0 35 53 25 24 55 76
Binary 11001010 10010000 1110100 0 11101 101011 10101 10100 101101 111110

Color Harmonies of #CA9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9074

Black with #CA9074

Text Example


Text Example

White with #CA9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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