Html Css Color HEX #CF947E Feldspar

📋 copy color: '#CF947E'

red 207 ◦ green 148 ◦ blue 126

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

Shades of Feldspar #CF947E

Tints of Feldspar #CF947E

RGB

 RED value IS 207 (81.25% from 255) = 43.04%

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

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

R = 43.04%
G = 30.77%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF947E (or 0xCF947E) is known color: Feldspar. HEX triplet: CF, 94 and 7E. RGB value is (207,148,126). Sum of RGB (Red+Green+Blue) = 207+148+126=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF947E is #306B81. Grayscale: #A3A3A3. Windows color (decimal): -3173250 or 8295631. OLE color: 8295631.

HSL color Cylindrical-coordinate representation of color #CF947E: hue angle of 16.3º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF947E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 126 -
CMYK 0 0.29 0.39 0.19
HSL 16.3º 0.46% 0.65% -
HSV(B) 16.3º 0.39% 0.81% -
XYZ 40.09 35.95 24.57 -
YUV 163.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 207 148 126 0 0.29 0.39 0.19 16.3 0.46 0.65
Hex CF 94 7E 0 1D 27 13 10 2E 41
Octal 317 224 176 0 35 47 23 20 56 101
Binary 11001111 10010100 1111110 0 11101 100111 10011 10000 101110 1000001

Color Harmonies of #CF947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF947E

Black with #CF947E

Text Example


Text Example

White with #CF947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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