Html Css Color HEX #CF996F Feldspar

📋 copy color: '#CF996F'

red 207 ◦ green 153 ◦ blue 111

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

Shades of Feldspar #CF996F

Tints of Feldspar #CF996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

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

R = 43.95%
G = 32.48%
B = 23.57%

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

#CF996F (or 0xCF996F) is known color: Feldspar. HEX triplet: CF, 99 and 6F. RGB value is (207,153,111). Sum of RGB (Red+Green+Blue) = 207+153+111=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF996F is #306690. Grayscale: #A4A4A4. Windows color (decimal): -3171985 or 7313871. OLE color: 7313871.

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

Color convert

RGB 207 153 111 -
CMYK 0 0.26 0.46 0.19
HSL 26.25º 0.5% 0.62% -
HSV(B) 26.25º 0.46% 0.81% -
XYZ 39.99 37.2 20.11 -
YUV 164.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 207 153 111 0 0.26 0.46 0.19 26.25 0.5 0.62
Hex CF 99 6F 0 1A 2E 13 1A 32 3E
Octal 317 231 157 0 32 56 23 32 62 76
Binary 11001111 10011001 1101111 0 11010 101110 10011 11010 110010 111110

Color Harmonies of #CF996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF996F

Black with #CF996F

Text Example


Text Example

White with #CF996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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