Html Css Color HEX #CF8B6F Feldspar

📋 copy color: '#CF8B6F'

red 207 ◦ green 139 ◦ blue 111

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

Shades of Feldspar #CF8B6F

Tints of Feldspar #CF8B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 45.3%
G = 30.42%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF8B6F (or 0xCF8B6F) is known color: Feldspar. HEX triplet: CF, 8B and 6F. RGB value is (207,139,111). Sum of RGB (Red+Green+Blue) = 207+139+111=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B6F is #307490. Grayscale: #9C9C9C. Windows color (decimal): -3175569 or 7310287. OLE color: 7310287.

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

Color convert

RGB 207 139 111 -
CMYK 0 0.33 0.46 0.19
HSL 17.5º 0.5% 0.62% -
HSV(B) 17.5º 0.46% 0.81% -
XYZ 37.83 32.88 19.39 -
YUV 156.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 207 139 111 0 0.33 0.46 0.19 17.5 0.5 0.62
Hex CF 8B 6F 0 21 2E 13 12 32 3E
Octal 317 213 157 0 41 56 23 22 62 76
Binary 11001111 10001011 1101111 0 100001 101110 10011 10010 110010 111110

Color Harmonies of #CF8B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B6F

Black with #CF8B6F

Text Example


Text Example

White with #CF8B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B6F; }

 p { color: rgb(207,139,111); }

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

background-color css

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

 a { background-color: rgb(207,139,111); }

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

border-color css

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

 span { border-color: rgb(207,139,111); }

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