Html Css Color HEX #CF946E Feldspar

📋 copy color: '#CF946E'

red 207 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #CF946E

Tints of Feldspar #CF946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 44.52%
G = 31.83%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF946E (or 0xCF946E) is known color: Feldspar. HEX triplet: CF, 94 and 6E. RGB value is (207,148,110). Sum of RGB (Red+Green+Blue) = 207+148+110=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF946E is #306B91. Grayscale: #A1A1A1. Windows color (decimal): -3173266 or 7247055. OLE color: 7247055.

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

Color convert

RGB 207 148 110 -
CMYK 0 0.29 0.47 0.19
HSL 23.51º 0.5% 0.62% -
HSV(B) 23.51º 0.47% 0.81% -
XYZ 39.14 35.57 19.56 -
YUV 161.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 207 148 110 0 0.29 0.47 0.19 23.51 0.5 0.62
Hex CF 94 6E 0 1D 2F 13 18 32 3E
Octal 317 224 156 0 35 57 23 30 62 76
Binary 11001111 10010100 1101110 0 11101 101111 10011 11000 110010 111110

Color Harmonies of #CF946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF946E

Black with #CF946E

Text Example


Text Example

White with #CF946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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