Html Css Color HEX #CF8F7C Feldspar

📋 copy color: '#CF8F7C'

red 207 ◦ green 143 ◦ blue 124

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

Shades of Feldspar #CF8F7C

Tints of Feldspar #CF8F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 43.67%
G = 30.17%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF8F7C (or 0xCF8F7C) is known color: Feldspar. HEX triplet: CF, 8F and 7C. RGB value is (207,143,124). Sum of RGB (Red+Green+Blue) = 207+143+124=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F7C is #307083. Grayscale: #A0A0A0. Windows color (decimal): -3174532 or 8163279. OLE color: 8163279.

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

Color convert

RGB 207 143 124 -
CMYK 0 0.31 0.40 0.19
HSL 13.73º 0.46% 0.65% -
HSV(B) 13.73º 0.4% 0.81% -
XYZ 39.19 34.37 23.64 -
YUV 159.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 207 143 124 0 0.31 0.40 0.19 13.73 0.46 0.65
Hex CF 8F 7C 0 1F 28 13 E 2E 41
Octal 317 217 174 0 37 50 23 16 56 101
Binary 11001111 10001111 1111100 0 11111 101000 10011 1110 101110 1000001

Color Harmonies of #CF8F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F7C

Black with #CF8F7C

Text Example


Text Example

White with #CF8F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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