Html Css Color HEX #CA8E75 Feldspar

📋 copy color: '#CA8E75'

red 202 ◦ green 142 ◦ blue 117

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

Shades of Feldspar #CA8E75

Tints of Feldspar #CA8E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 43.82%
G = 30.8%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA8E75 (or 0xCA8E75) is known color: Feldspar. HEX triplet: CA, 8E and 75. RGB value is (202,142,117). Sum of RGB (Red+Green+Blue) = 202+142+117=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E75 is #35718A. Grayscale: #9D9D9D. Windows color (decimal): -3502475 or 7704266. OLE color: 7704266.

HSL color Cylindrical-coordinate representation of color #CA8E75: hue angle of 17.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8E75 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 117 -
CMYK 0 0.30 0.42 0.21
HSL 17.65º 0.45% 0.63% -
HSV(B) 17.65º 0.42% 0.79% -
XYZ 37.24 33.19 21.27 -
YUV 157.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 202 142 117 0 0.30 0.42 0.21 17.65 0.45 0.63
Hex CA 8E 75 0 1E 2A 15 12 2D 3F
Octal 312 216 165 0 36 52 25 22 55 77
Binary 11001010 10001110 1110101 0 11110 101010 10101 10010 101101 111111

Color Harmonies of #CA8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E75

Black with #CA8E75

Text Example


Text Example

White with #CA8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E75; }

 p { color: rgb(202,142,117); }

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

background-color css

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

 a { background-color: rgb(202,142,117); }

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

border-color css

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

 span { border-color: rgb(202,142,117); }

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