Html Css Color HEX #CA957E Feldspar

📋 copy color: '#CA957E'

red 202 ◦ green 149 ◦ blue 126

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

Shades of Feldspar #CA957E

Tints of Feldspar #CA957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

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

R = 42.35%
G = 31.24%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA957E (or 0xCA957E) is known color: Feldspar. HEX triplet: CA, 95 and 7E. RGB value is (202,149,126). Sum of RGB (Red+Green+Blue) = 202+149+126=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA957E is #356A81. Grayscale: #A2A2A2. Windows color (decimal): -3500674 or 8295882. OLE color: 8295882.

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

Color convert

RGB 202 149 126 -
CMYK 0 0.26 0.38 0.21
HSL 18.16º 0.42% 0.64% -
HSV(B) 18.16º 0.38% 0.79% -
XYZ 38.87 35.56 24.55 -
YUV 162.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 202 149 126 0 0.26 0.38 0.21 18.16 0.42 0.64
Hex CA 95 7E 0 1A 26 15 12 2A 40
Octal 312 225 176 0 32 46 25 22 52 100
Binary 11001010 10010101 1111110 0 11010 100110 10101 10010 101010 1000000

Color Harmonies of #CA957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA957E

Black with #CA957E

Text Example


Text Example

White with #CA957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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