Html Css Color HEX #CF9B6F Feldspar

📋 copy color: '#CF9B6F'

red 207 ◦ green 155 ◦ blue 111

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

Shades of Feldspar #CF9B6F

Tints of Feldspar #CF9B6F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 43.76%
G = 32.77%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF9B6F (or 0xCF9B6F) is known color: Feldspar. HEX triplet: CF, 9B and 6F. RGB value is (207,155,111). Sum of RGB (Red+Green+Blue) = 207+155+111=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B6F is #306490. Grayscale: #A5A5A5. Windows color (decimal): -3171473 or 7314383. OLE color: 7314383.

HSL color Cylindrical-coordinate representation of color #CF9B6F: hue angle of 27.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 #CF9B6F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 111 -
CMYK 0 0.25 0.46 0.19
HSL 27.5º 0.5% 0.62% -
HSV(B) 27.5º 0.46% 0.81% -
XYZ 40.32 37.86 20.22 -
YUV 165.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 207 155 111 0 0.25 0.46 0.19 27.5 0.5 0.62
Hex CF 9B 6F 0 19 2E 13 1C 32 3E
Octal 317 233 157 0 31 56 23 34 62 76
Binary 11001111 10011011 1101111 0 11001 101110 10011 11100 110010 111110

Color Harmonies of #CF9B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B6F

Black with #CF9B6F

Text Example


Text Example

White with #CF9B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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