Html Css Color HEX #CA8A73 Feldspar

📋 copy color: '#CA8A73'

red 202 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #CA8A73

Tints of Feldspar #CA8A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 44.4%
G = 30.33%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8A73 (or 0xCA8A73) is known color: Feldspar. HEX triplet: CA, 8A and 73. RGB value is (202,138,115). Sum of RGB (Red+Green+Blue) = 202+138+115=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A73 is #35758C. Grayscale: #9A9A9A. Windows color (decimal): -3503501 or 7572170. OLE color: 7572170.

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

Color convert

RGB 202 138 115 -
CMYK 0 0.32 0.43 0.21
HSL 15.86º 0.45% 0.62% -
HSV(B) 15.86º 0.43% 0.79% -
XYZ 36.54 31.97 20.46 -
YUV 154.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 202 138 115 0 0.32 0.43 0.21 15.86 0.45 0.62
Hex CA 8A 73 0 20 2B 15 10 2D 3E
Octal 312 212 163 0 40 53 25 20 55 76
Binary 11001010 10001010 1110011 0 100000 101011 10101 10000 101101 111110

Color Harmonies of #CA8A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A73

Black with #CA8A73

Text Example


Text Example

White with #CA8A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A73; }

 p { color: rgb(202,138,115); }

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

background-color css

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

 a { background-color: rgb(202,138,115); }

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

border-color css

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

 span { border-color: rgb(202,138,115); }

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