Html Css Color HEX #CA947C Feldspar

📋 copy color: '#CA947C'

red 202 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #CA947C

Tints of Feldspar #CA947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 42.62%
G = 31.22%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA947C (or 0xCA947C) is known color: Feldspar. HEX triplet: CA, 94 and 7C. RGB value is (202,148,124). Sum of RGB (Red+Green+Blue) = 202+148+124=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947C is #356B83. Grayscale: #A1A1A1. Windows color (decimal): -3500932 or 8164554. OLE color: 8164554.

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

Color convert

RGB 202 148 124 -
CMYK 0 0.27 0.39 0.21
HSL 18.46º 0.42% 0.64% -
HSV(B) 18.46º 0.39% 0.79% -
XYZ 38.59 35.19 23.83 -
YUV 161.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 202 148 124 0 0.27 0.39 0.21 18.46 0.42 0.64
Hex CA 94 7C 0 1B 27 15 12 2A 40
Octal 312 224 174 0 33 47 25 22 52 100
Binary 11001010 10010100 1111100 0 11011 100111 10101 10010 101010 1000000

Color Harmonies of #CA947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA947C

Black with #CA947C

Text Example


Text Example

White with #CA947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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