Html Css Color HEX #CF9A6F Feldspar

📋 copy color: '#CF9A6F'

red 207 ◦ green 154 ◦ blue 111

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

Shades of Feldspar #CF9A6F

Tints of Feldspar #CF9A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

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

R = 43.86%
G = 32.63%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF9A6F (or 0xCF9A6F) is known color: Feldspar. HEX triplet: CF, 9A and 6F. RGB value is (207,154,111). Sum of RGB (Red+Green+Blue) = 207+154+111=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6F is #306590. Grayscale: #A5A5A5. Windows color (decimal): -3171729 or 7314127. OLE color: 7314127.

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

Color convert

RGB 207 154 111 -
CMYK 0 0.26 0.46 0.19
HSL 26.88º 0.5% 0.62% -
HSV(B) 26.88º 0.46% 0.81% -
XYZ 40.16 37.52 20.17 -
YUV 164.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 207 154 111 0 0.26 0.46 0.19 26.88 0.5 0.62
Hex CF 9A 6F 0 1A 2E 13 1B 32 3E
Octal 317 232 157 0 32 56 23 33 62 76
Binary 11001111 10011010 1101111 0 11010 101110 10011 11011 110010 111110

Color Harmonies of #CF9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A6F

Black with #CF9A6F

Text Example


Text Example

White with #CF9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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