Html Css Color HEX #CF956E Feldspar

📋 copy color: '#CF956E'

red 207 ◦ green 149 ◦ blue 110

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

Shades of Feldspar #CF956E

Tints of Feldspar #CF956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 44.42%
G = 31.97%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF956E (or 0xCF956E) is known color: Feldspar. HEX triplet: CF, 95 and 6E. RGB value is (207,149,110). Sum of RGB (Red+Green+Blue) = 207+149+110=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956E is #306A91. Grayscale: #A2A2A2. Windows color (decimal): -3173010 or 7247311. OLE color: 7247311.

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

Color convert

RGB 207 149 110 -
CMYK 0 0.28 0.47 0.19
HSL 24.12º 0.5% 0.62% -
HSV(B) 24.12º 0.47% 0.81% -
XYZ 39.29 35.89 19.61 -
YUV 161.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 207 149 110 0 0.28 0.47 0.19 24.12 0.5 0.62
Hex CF 95 6E 0 1C 2F 13 18 32 3E
Octal 317 225 156 0 34 57 23 30 62 76
Binary 11001111 10010101 1101110 0 11100 101111 10011 11000 110010 111110

Color Harmonies of #CF956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF956E

Black with #CF956E

Text Example


Text Example

White with #CF956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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