Html Css Color HEX #CA947F Feldspar

📋 copy color: '#CA947F'

red 202 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #CA947F

Tints of Feldspar #CA947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 42.35%
G = 31.03%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA947F (or 0xCA947F) is known color: Feldspar. HEX triplet: CA, 94 and 7F. RGB value is (202,148,127). Sum of RGB (Red+Green+Blue) = 202+148+127=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947F is #356B80. Grayscale: #A1A1A1. Windows color (decimal): -3500929 or 8361162. OLE color: 8361162.

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

Color convert

RGB 202 148 127 -
CMYK 0 0.27 0.37 0.21
HSL 16.8º 0.41% 0.65% -
HSV(B) 16.8º 0.37% 0.79% -
XYZ 38.78 35.27 24.84 -
YUV 161.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 202 148 127 0 0.27 0.37 0.21 16.8 0.41 0.65
Hex CA 94 7F 0 1B 25 15 11 29 41
Octal 312 224 177 0 33 45 25 21 51 101
Binary 11001010 10010100 1111111 0 11011 100101 10101 10001 101001 1000001

Color Harmonies of #CA947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA947F

Black with #CA947F

Text Example


Text Example

White with #CA947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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