Html Css Color HEX #CA937E Feldspar

📋 copy color: '#CA937E'

red 202 ◦ green 147 ◦ blue 126

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

Shades of Feldspar #CA937E

Tints of Feldspar #CA937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 42.53%
G = 30.95%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA937E (or 0xCA937E) is known color: Feldspar. HEX triplet: CA, 93 and 7E. RGB value is (202,147,126). Sum of RGB (Red+Green+Blue) = 202+147+126=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937E is #356C81. Grayscale: #A1A1A1. Windows color (decimal): -3501186 or 8295370. OLE color: 8295370.

HSL color Cylindrical-coordinate representation of color #CA937E: hue angle of 16.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA937E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 126 -
CMYK 0 0.27 0.38 0.21
HSL 16.58º 0.42% 0.64% -
HSV(B) 16.58º 0.38% 0.79% -
XYZ 38.56 34.93 24.45 -
YUV 161.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 202 147 126 0 0.27 0.38 0.21 16.58 0.42 0.64
Hex CA 93 7E 0 1B 26 15 11 2A 40
Octal 312 223 176 0 33 46 25 21 52 100
Binary 11001010 10010011 1111110 0 11011 100110 10101 10001 101010 1000000

Color Harmonies of #CA937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA937E

Black with #CA937E

Text Example


Text Example

White with #CA937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA937E; }

 p { color: rgb(202,147,126); }

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

background-color css

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

 a { background-color: rgb(202,147,126); }

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

border-color css

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

 span { border-color: rgb(202,147,126); }

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