Html Css Color HEX #CF957C Feldspar

📋 copy color: '#CF957C'

red 207 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #CF957C

Tints of Feldspar #CF957C

RGB

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

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

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

R = 43.13%
G = 31.04%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF957C (or 0xCF957C) is known color: Feldspar. HEX triplet: CF, 95 and 7C. RGB value is (207,149,124). Sum of RGB (Red+Green+Blue) = 207+149+124=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF957C is #306A83. Grayscale: #A3A3A3. Windows color (decimal): -3172996 or 8164815. OLE color: 8164815.

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

Color convert

RGB 207 149 124 -
CMYK 0 0.28 0.40 0.19
HSL 18.07º 0.46% 0.65% -
HSV(B) 18.07º 0.4% 0.81% -
XYZ 40.12 36.22 23.94 -
YUV 163.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 207 149 124 0 0.28 0.40 0.19 18.07 0.46 0.65
Hex CF 95 7C 0 1C 28 13 12 2E 41
Octal 317 225 174 0 34 50 23 22 56 101
Binary 11001111 10010101 1111100 0 11100 101000 10011 10010 101110 1000001

Color Harmonies of #CF957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF957C

Black with #CF957C

Text Example


Text Example

White with #CF957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF957C; }

 p { color: rgb(207,149,124); }

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

background-color css

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

 a { background-color: rgb(207,149,124); }

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

border-color css

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

 span { border-color: rgb(207,149,124); }

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