Html Css Color HEX #CA8976 Feldspar

📋 copy color: '#CA8976'

red 202 ◦ green 137 ◦ blue 118

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

Shades of Feldspar #CA8976

Tints of Feldspar #CA8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 44.2%
G = 29.98%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA8976 (or 0xCA8976) is known color: Feldspar. HEX triplet: CA, 89 and 76. RGB value is (202,137,118). Sum of RGB (Red+Green+Blue) = 202+137+118=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8976 is #357689. Grayscale: #9A9A9A. Windows color (decimal): -3503754 or 7768522. OLE color: 7768522.

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

Color convert

RGB 202 137 118 -
CMYK 0 0.32 0.42 0.21
HSL 13.57º 0.44% 0.63% -
HSV(B) 13.57º 0.42% 0.79% -
XYZ 36.57 31.76 21.34 -
YUV 154.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 202 137 118 0 0.32 0.42 0.21 13.57 0.44 0.63
Hex CA 89 76 0 20 2A 15 E 2C 3F
Octal 312 211 166 0 40 52 25 16 54 77
Binary 11001010 10001001 1110110 0 100000 101010 10101 1110 101100 111111

Color Harmonies of #CA8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8976

Black with #CA8976

Text Example


Text Example

White with #CA8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8976; }

 p { color: rgb(202,137,118); }

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

background-color css

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

 a { background-color: rgb(202,137,118); }

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

border-color css

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

 span { border-color: rgb(202,137,118); }

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