Html Css Color HEX #CA8573 Feldspar

📋 copy color: '#CA8573'

red 202 ◦ green 133 ◦ blue 115

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

Shades of Feldspar #CA8573

Tints of Feldspar #CA8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.56%

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

R = 44.89%
G = 29.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8573 (or 0xCA8573) is known color: Feldspar. HEX triplet: CA, 85 and 73. RGB value is (202,133,115). Sum of RGB (Red+Green+Blue) = 202+133+115=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8573 is #357A8C. Grayscale: #979797. Windows color (decimal): -3504781 or 7570890. OLE color: 7570890.

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

Color convert

RGB 202 133 115 -
CMYK 0 0.34 0.43 0.21
HSL 12.41º 0.45% 0.62% -
HSV(B) 12.41º 0.43% 0.79% -
XYZ 35.84 30.57 20.23 -
YUV 151.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 202 133 115 0 0.34 0.43 0.21 12.41 0.45 0.62
Hex CA 85 73 0 22 2B 15 C 2D 3E
Octal 312 205 163 0 42 53 25 14 55 76
Binary 11001010 10000101 1110011 0 100010 101011 10101 1100 101101 111110

Color Harmonies of #CA8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8573

Black with #CA8573

Text Example


Text Example

White with #CA8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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