Html Css Color HEX #CF8D6E Feldspar

📋 copy color: '#CF8D6E'

red 207 ◦ green 141 ◦ blue 110

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

Shades of Feldspar #CF8D6E

Tints of Feldspar #CF8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 45.2%
G = 30.79%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF8D6E (or 0xCF8D6E) is known color: Feldspar. HEX triplet: CF, 8D and 6E. RGB value is (207,141,110). Sum of RGB (Red+Green+Blue) = 207+141+110=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D6E is #307291. Grayscale: #9D9D9D. Windows color (decimal): -3175058 or 7245263. OLE color: 7245263.

HSL color Cylindrical-coordinate representation of color #CF8D6E: hue angle of 19.18º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF8D6E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 110 -
CMYK 0 0.32 0.47 0.19
HSL 19.18º 0.5% 0.62% -
HSV(B) 19.18º 0.47% 0.81% -
XYZ 38.07 33.44 19.2 -
YUV 157.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 207 141 110 0 0.32 0.47 0.19 19.18 0.5 0.62
Hex CF 8D 6E 0 20 2F 13 13 32 3E
Octal 317 215 156 0 40 57 23 23 62 76
Binary 11001111 10001101 1101110 0 100000 101111 10011 10011 110010 111110

Color Harmonies of #CF8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D6E

Black with #CF8D6E

Text Example


Text Example

White with #CF8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D6E; }

 p { color: rgb(207,141,110); }

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

background-color css

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

 a { background-color: rgb(207,141,110); }

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

border-color css

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

 span { border-color: rgb(207,141,110); }

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