Html Css Color HEX #CA9379 Feldspar

📋 copy color: '#CA9379'

red 202 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #CA9379

Tints of Feldspar #CA9379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 42.98%
G = 31.28%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA9379 (or 0xCA9379) is known color: Feldspar. HEX triplet: CA, 93 and 79. RGB value is (202,147,121). Sum of RGB (Red+Green+Blue) = 202+147+121=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9379 is #356C86. Grayscale: #A0A0A0. Windows color (decimal): -3501191 or 7967690. OLE color: 7967690.

HSL color Cylindrical-coordinate representation of color #CA9379: hue angle of 19.26º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9379 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 121 -
CMYK 0 0.27 0.40 0.21
HSL 19.26º 0.43% 0.63% -
HSV(B) 19.26º 0.4% 0.79% -
XYZ 38.24 34.8 22.79 -
YUV 160.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 202 147 121 0 0.27 0.40 0.21 19.26 0.43 0.63
Hex CA 93 79 0 1B 28 15 13 2B 3F
Octal 312 223 171 0 33 50 25 23 53 77
Binary 11001010 10010011 1111001 0 11011 101000 10101 10011 101011 111111

Color Harmonies of #CA9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9379

Black with #CA9379

Text Example


Text Example

White with #CA9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9379; }

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

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

background-color css

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

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

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

border-color css

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

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

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