Html Css Color HEX #CF937C Feldspar

📋 copy color: '#CF937C'

red 207 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #CF937C

Tints of Feldspar #CF937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

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

R = 43.31%
G = 30.75%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF937C (or 0xCF937C) is known color: Feldspar. HEX triplet: CF, 93 and 7C. RGB value is (207,147,124). Sum of RGB (Red+Green+Blue) = 207+147+124=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF937C is #306C83. Grayscale: #A2A2A2. Windows color (decimal): -3173508 or 8164303. OLE color: 8164303.

HSL color Cylindrical-coordinate representation of color #CF937C: hue angle of 16.63º 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 #CF937C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 124 -
CMYK 0 0.29 0.40 0.19
HSL 16.63º 0.46% 0.65% -
HSV(B) 16.63º 0.4% 0.81% -
XYZ 39.8 35.59 23.84 -
YUV 162.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 207 147 124 0 0.29 0.40 0.19 16.63 0.46 0.65
Hex CF 93 7C 0 1D 28 13 11 2E 41
Octal 317 223 174 0 35 50 23 21 56 101
Binary 11001111 10010011 1111100 0 11101 101000 10011 10001 101110 1000001

Color Harmonies of #CF937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF937C

Black with #CF937C

Text Example


Text Example

White with #CF937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF937C; }

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

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

background-color css

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

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

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

border-color css

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

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

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