Html Css Color HEX #CA8C77 Feldspar

📋 copy color: '#CA8C77'

red 202 ◦ green 140 ◦ blue 119

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

Shades of Feldspar #CA8C77

Tints of Feldspar #CA8C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 119 (46.88% from 255) = 25.81%

R = 43.82%
G = 30.37%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA8C77 (or 0xCA8C77) is known color: Feldspar. HEX triplet: CA, 8C and 77. RGB value is (202,140,119). Sum of RGB (Red+Green+Blue) = 202+140+119=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C77 is #357388. Grayscale: #9C9C9C. Windows color (decimal): -3502985 or 7834826. OLE color: 7834826.

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

Color convert

RGB 202 140 119 -
CMYK 0 0.31 0.41 0.21
HSL 15.18º 0.44% 0.63% -
HSV(B) 15.18º 0.41% 0.79% -
XYZ 37.06 32.64 21.8 -
YUV 156.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 202 140 119 0 0.31 0.41 0.21 15.18 0.44 0.63
Hex CA 8C 77 0 1F 29 15 F 2C 3F
Octal 312 214 167 0 37 51 25 17 54 77
Binary 11001010 10001100 1110111 0 11111 101001 10101 1111 101100 111111

Color Harmonies of #CA8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C77

Black with #CA8C77

Text Example


Text Example

White with #CA8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C77; }

 p { color: rgb(202,140,119); }

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

background-color css

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

 a { background-color: rgb(202,140,119); }

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

border-color css

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

 span { border-color: rgb(202,140,119); }

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