Html Css Color HEX #CA947E Feldspar

📋 copy color: '#CA947E'

red 202 ◦ green 148 ◦ blue 126

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

Shades of Feldspar #CA947E

Tints of Feldspar #CA947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 42.44%
G = 31.09%
B = 26.47%

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

#CA947E (or 0xCA947E) is known color: Feldspar. HEX triplet: CA, 94 and 7E. RGB value is (202,148,126). Sum of RGB (Red+Green+Blue) = 202+148+126=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947E is #356B81. Grayscale: #A1A1A1. Windows color (decimal): -3500930 or 8295626. OLE color: 8295626.

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

Color convert

RGB 202 148 126 -
CMYK 0 0.27 0.38 0.21
HSL 17.37º 0.42% 0.64% -
HSV(B) 17.37º 0.38% 0.79% -
XYZ 38.71 35.24 24.5 -
YUV 161.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 202 148 126 0 0.27 0.38 0.21 17.37 0.42 0.64
Hex CA 94 7E 0 1B 26 15 11 2A 40
Octal 312 224 176 0 33 46 25 21 52 100
Binary 11001010 10010100 1111110 0 11011 100110 10101 10001 101010 1000000

Color Harmonies of #CA947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA947E

Black with #CA947E

Text Example


Text Example

White with #CA947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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