Html Css Color HEX #CA8A78 Feldspar

📋 copy color: '#CA8A78'

red 202 ◦ green 138 ◦ blue 120

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

Shades of Feldspar #CA8A78

Tints of Feldspar #CA8A78

RGB

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

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

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

R = 43.91%
G = 30%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA8A78 (or 0xCA8A78) is known color: Feldspar. HEX triplet: CA, 8A and 78. RGB value is (202,138,120). Sum of RGB (Red+Green+Blue) = 202+138+120=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A78 is #357587. Grayscale: #9B9B9B. Windows color (decimal): -3503496 or 7899850. OLE color: 7899850.

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

Color convert

RGB 202 138 120 -
CMYK 0 0.32 0.41 0.21
HSL 13.17º 0.44% 0.63% -
HSV(B) 13.17º 0.41% 0.79% -
XYZ 36.84 32.09 22.02 -
YUV 155.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 202 138 120 0 0.32 0.41 0.21 13.17 0.44 0.63
Hex CA 8A 78 0 20 29 15 D 2C 3F
Octal 312 212 170 0 40 51 25 15 54 77
Binary 11001010 10001010 1111000 0 100000 101001 10101 1101 101100 111111

Color Harmonies of #CA8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A78

Black with #CA8A78

Text Example


Text Example

White with #CA8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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