Html Css Color HEX #CA8C79 Feldspar

📋 copy color: '#CA8C79'

red 202 ◦ green 140 ◦ blue 121

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

Shades of Feldspar #CA8C79

Tints of Feldspar #CA8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

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

R = 43.63%
G = 30.24%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA8C79 (or 0xCA8C79) is known color: Feldspar. HEX triplet: CA, 8C and 79. RGB value is (202,140,121). Sum of RGB (Red+Green+Blue) = 202+140+121=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C79 is #357386. Grayscale: #9C9C9C. Windows color (decimal): -3502983 or 7965898. OLE color: 7965898.

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

Color convert

RGB 202 140 121 -
CMYK 0 0.31 0.40 0.21
HSL 14.07º 0.43% 0.63% -
HSV(B) 14.07º 0.4% 0.79% -
XYZ 37.19 32.69 22.44 -
YUV 156.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 202 140 121 0 0.31 0.40 0.21 14.07 0.43 0.63
Hex CA 8C 79 0 1F 28 15 E 2B 3F
Octal 312 214 171 0 37 50 25 16 53 77
Binary 11001010 10001100 1111001 0 11111 101000 10101 1110 101011 111111

Color Harmonies of #CA8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C79

Black with #CA8C79

Text Example


Text Example

White with #CA8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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