Html Css Color HEX #CA8D78 Feldspar

📋 copy color: '#CA8D78'

red 202 ◦ green 141 ◦ blue 120

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

Shades of Feldspar #CA8D78

Tints of Feldspar #CA8D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 43.63%
G = 30.45%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA8D78 (or 0xCA8D78) is known color: Feldspar. HEX triplet: CA, 8D and 78. RGB value is (202,141,120). Sum of RGB (Red+Green+Blue) = 202+141+120=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D78 is #357287. Grayscale: #9C9C9C. Windows color (decimal): -3502728 or 7900618. OLE color: 7900618.

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

Color convert

RGB 202 141 120 -
CMYK 0 0.30 0.41 0.21
HSL 15.37º 0.44% 0.63% -
HSV(B) 15.37º 0.41% 0.79% -
XYZ 37.27 32.96 22.17 -
YUV 156.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 202 141 120 0 0.30 0.41 0.21 15.37 0.44 0.63
Hex CA 8D 78 0 1E 29 15 F 2C 3F
Octal 312 215 170 0 36 51 25 17 54 77
Binary 11001010 10001101 1111000 0 11110 101001 10101 1111 101100 111111

Color Harmonies of #CA8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D78

Black with #CA8D78

Text Example


Text Example

White with #CA8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D78; }

 p { color: rgb(202,141,120); }

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

background-color css

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

 a { background-color: rgb(202,141,120); }

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

border-color css

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

 span { border-color: rgb(202,141,120); }

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