Html Css Color HEX #CA9271 Feldspar

📋 copy color: '#CA9271'

red 202 ◦ green 146 ◦ blue 113

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

Shades of Feldspar #CA9271

Tints of Feldspar #CA9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 43.82%
G = 31.67%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA9271 (or 0xCA9271) is known color: Feldspar. HEX triplet: CA, 92 and 71. RGB value is (202,146,113). Sum of RGB (Red+Green+Blue) = 202+146+113=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9271 is #356D8E. Grayscale: #9F9F9F. Windows color (decimal): -3501455 or 7443146. OLE color: 7443146.

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

Color convert

RGB 202 146 113 -
CMYK 0 0.28 0.44 0.21
HSL 22.25º 0.46% 0.62% -
HSV(B) 22.25º 0.44% 0.79% -
XYZ 37.62 34.31 20.26 -
YUV 158.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 202 146 113 0 0.28 0.44 0.21 22.25 0.46 0.62
Hex CA 92 71 0 1C 2C 15 16 2E 3E
Octal 312 222 161 0 34 54 25 26 56 76
Binary 11001010 10010010 1110001 0 11100 101100 10101 10110 101110 111110

Color Harmonies of #CA9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9271

Black with #CA9271

Text Example


Text Example

White with #CA9271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9271; }

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

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

background-color css

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

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

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

border-color css

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

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

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