Html Css Color HEX #CF956F Feldspar

📋 copy color: '#CF956F'

red 207 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #CF956F

Tints of Feldspar #CF956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

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

R = 44.33%
G = 31.91%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF956F (or 0xCF956F) is known color: Feldspar. HEX triplet: CF, 95 and 6F. RGB value is (207,149,111). Sum of RGB (Red+Green+Blue) = 207+149+111=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956F is #306A90. Grayscale: #A2A2A2. Windows color (decimal): -3173009 or 7312847. OLE color: 7312847.

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

Color convert

RGB 207 149 111 -
CMYK 0 0.28 0.46 0.19
HSL 23.75º 0.5% 0.62% -
HSV(B) 23.75º 0.46% 0.81% -
XYZ 39.35 35.91 19.9 -
YUV 162.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 207 149 111 0 0.28 0.46 0.19 23.75 0.5 0.62
Hex CF 95 6F 0 1C 2E 13 18 32 3E
Octal 317 225 157 0 34 56 23 30 62 76
Binary 11001111 10010101 1101111 0 11100 101110 10011 11000 110010 111110

Color Harmonies of #CF956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF956F

Black with #CF956F

Text Example


Text Example

White with #CF956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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