Html Css Color HEX #CA8771 Feldspar

📋 copy color: '#CA8771'

red 202 ◦ green 135 ◦ blue 113

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

Shades of Feldspar #CA8771

Tints of Feldspar #CA8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 44.89%
G = 30%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA8771 (or 0xCA8771) is known color: Feldspar. HEX triplet: CA, 87 and 71. RGB value is (202,135,113). Sum of RGB (Red+Green+Blue) = 202+135+113=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8771 is #35788E. Grayscale: #989898. Windows color (decimal): -3504271 or 7440330. OLE color: 7440330.

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

Color convert

RGB 202 135 113 -
CMYK 0 0.33 0.44 0.21
HSL 14.83º 0.46% 0.62% -
HSV(B) 14.83º 0.44% 0.79% -
XYZ 36 31.08 19.72 -
YUV 152.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 202 135 113 0 0.33 0.44 0.21 14.83 0.46 0.62
Hex CA 87 71 0 21 2C 15 F 2E 3E
Octal 312 207 161 0 41 54 25 17 56 76
Binary 11001010 10000111 1110001 0 100001 101100 10101 1111 101110 111110

Color Harmonies of #CA8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8771

Black with #CA8771

Text Example


Text Example

White with #CA8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8771; }

 p { color: rgb(202,135,113); }

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

background-color css

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

 a { background-color: rgb(202,135,113); }

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

border-color css

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

 span { border-color: rgb(202,135,113); }

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