Html Css Color HEX #CA8F73 Feldspar

📋 copy color: '#CA8F73'

red 202 ◦ green 143 ◦ blue 115

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

Shades of Feldspar #CA8F73

Tints of Feldspar #CA8F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 43.91%
G = 31.09%
B = 25%

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

#CA8F73 (or 0xCA8F73) is known color: Feldspar. HEX triplet: CA, 8F and 73. RGB value is (202,143,115). Sum of RGB (Red+Green+Blue) = 202+143+115=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F73 is #35708C. Grayscale: #9D9D9D. Windows color (decimal): -3502221 or 7573450. OLE color: 7573450.

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

Color convert

RGB 202 143 115 -
CMYK 0 0.29 0.43 0.21
HSL 19.31º 0.45% 0.62% -
HSV(B) 19.31º 0.43% 0.79% -
XYZ 37.27 33.44 20.71 -
YUV 157.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 202 143 115 0 0.29 0.43 0.21 19.31 0.45 0.62
Hex CA 8F 73 0 1D 2B 15 13 2D 3E
Octal 312 217 163 0 35 53 25 23 55 76
Binary 11001010 10001111 1110011 0 11101 101011 10101 10011 101101 111110

Color Harmonies of #CA8F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F73

Black with #CA8F73

Text Example


Text Example

White with #CA8F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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