Html Css Color HEX #CF967C Feldspar

📋 copy color: '#CF967C'

red 207 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #CF967C

Tints of Feldspar #CF967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 43.04%
G = 31.19%
B = 25.78%

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

#CF967C (or 0xCF967C) is known color: Feldspar. HEX triplet: CF, 96 and 7C. RGB value is (207,150,124). Sum of RGB (Red+Green+Blue) = 207+150+124=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967C is #306983. Grayscale: #A4A4A4. Windows color (decimal): -3172740 or 8165071. OLE color: 8165071.

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

Color convert

RGB 207 150 124 -
CMYK 0 0.28 0.40 0.19
HSL 18.8º 0.46% 0.65% -
HSV(B) 18.8º 0.4% 0.81% -
XYZ 40.28 36.53 24 -
YUV 164.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 207 150 124 0 0.28 0.40 0.19 18.8 0.46 0.65
Hex CF 96 7C 0 1C 28 13 13 2E 41
Octal 317 226 174 0 34 50 23 23 56 101
Binary 11001111 10010110 1111100 0 11100 101000 10011 10011 101110 1000001

Color Harmonies of #CF967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF967C

Black with #CF967C

Text Example


Text Example

White with #CF967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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