Html Css Color HEX #CF8F6E Feldspar

📋 copy color: '#CF8F6E'

red 207 ◦ green 143 ◦ blue 110

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

Shades of Feldspar #CF8F6E

Tints of Feldspar #CF8F6E

RGB

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

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

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

R = 45%
G = 31.09%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF8F6E (or 0xCF8F6E) is known color: Feldspar. HEX triplet: CF, 8F and 6E. RGB value is (207,143,110). Sum of RGB (Red+Green+Blue) = 207+143+110=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F6E is #307091. Grayscale: #9E9E9E. Windows color (decimal): -3174546 or 7245775. OLE color: 7245775.

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

Color convert

RGB 207 143 110 -
CMYK 0 0.31 0.47 0.19
HSL 20.41º 0.5% 0.62% -
HSV(B) 20.41º 0.47% 0.81% -
XYZ 38.37 34.04 19.3 -
YUV 158.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 207 143 110 0 0.31 0.47 0.19 20.41 0.5 0.62
Hex CF 8F 6E 0 1F 2F 13 14 32 3E
Octal 317 217 156 0 37 57 23 24 62 76
Binary 11001111 10001111 1101110 0 11111 101111 10011 10100 110010 111110

Color Harmonies of #CF8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F6E

Black with #CF8F6E

Text Example


Text Example

White with #CF8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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